aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2021-05-25 13:24:50 +0200
committerRon Evans <[email protected]>2021-05-26 20:21:08 +0200
commit6e1eb28ed03d610c791b06c5788579661b3a10a9 (patch)
treea67c9772185ad2c96847ed0272886315c2044ab3
parent45cf2a5a1adee45b950c8b4cd603f627a722a465 (diff)
downloadtinygo-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.
-rw-r--r--main_test.go2
-rw-r--r--testdata/goroutines.go (renamed from testdata/coroutines.go)0
-rw-r--r--testdata/goroutines.txt (renamed from testdata/coroutines.txt)0
3 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",
diff --git a/testdata/coroutines.go b/testdata/goroutines.go
index 17b2b0e3a..17b2b0e3a 100644
--- a/testdata/coroutines.go
+++ b/testdata/goroutines.go
diff --git a/testdata/coroutines.txt b/testdata/goroutines.txt
index 1e29558af..1e29558af 100644
--- a/testdata/coroutines.txt
+++ b/testdata/goroutines.txt