mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
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:
committed by
Ron Evans
parent
45cf2a5a1a
commit
6e1eb28ed0
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user