main: rename goroutine tests

While LLVM coroutines are one implementation of goroutines, it is not
the only one. Therefore, rename the tests to 'goroutines' to better
describe what they're for.
This commit is contained in:
Ayke van Laethem
2021-05-25 13:24:50 +02:00
committed by Ron Evans
parent 45cf2a5a1a
commit 6e1eb28ed0
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -35,9 +35,9 @@ func TestCompiler(t *testing.T) {
"calls.go",
"cgo/",
"channel.go",
"coroutines.go",
"float.go",
"gc.go",
"goroutines.go",
"init.go",
"init_multi.go",
"interface.go",
View File