diff options
author | Ayke van Laethem <[email protected]> | 2021-05-25 13:24:50 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-05-26 20:21:08 +0200 |
commit | 6e1eb28ed03d610c791b06c5788579661b3a10a9 (patch) | |
tree | a67c9772185ad2c96847ed0272886315c2044ab3 /main_test.go | |
parent | 45cf2a5a1adee45b950c8b4cd603f627a722a465 (diff) | |
download | tinygo-6e1eb28ed03d610c791b06c5788579661b3a10a9.tar.gz tinygo-6e1eb28ed03d610c791b06c5788579661b3a10a9.zip |
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.
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go index 224a71b0b..51fd21fd2 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", |