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.
Этот коммит содержится в:
Ayke van Laethem 2021-05-25 13:24:50 +02:00 коммит произвёл Ron Evans
родитель 45cf2a5a1a
коммит 6e1eb28ed0
3 изменённых файлов: 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",

0
testdata/coroutines.go → testdata/goroutines.go предоставленный
Просмотреть файл

0
testdata/coroutines.txt → testdata/goroutines.txt предоставленный
Просмотреть файл