diff --git a/main_test.go b/main_test.go index 224a71b0..51fd21fd 100644 --- a/main_test.go +++ b/main_test.go @@ -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", diff --git a/testdata/coroutines.go b/testdata/goroutines.go similarity index 100% rename from testdata/coroutines.go rename to testdata/goroutines.go diff --git a/testdata/coroutines.txt b/testdata/goroutines.txt similarity index 100% rename from testdata/coroutines.txt rename to testdata/goroutines.txt