fix: concurrent eval test

This commit is contained in:
Marc Vertes
2020-09-29 15:22:04 +02:00
committed by GitHub
parent ec64b006cf
commit 4cfeb1946e

View File

@@ -956,6 +956,9 @@ func TestConcurrentEvals(t *testing.T) {
hello1 = true
case "hello world2":
hello2 = true
case "hello world1hello world2", "hello world2hello world1":
hello1 = true
hello2 = true
default:
c <- fmt.Errorf("unexpected output: %v", l)
return