diff options
Diffstat (limited to 'tests/coroutines/twait.nim')
-rw-r--r-- | tests/coroutines/twait.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coroutines/twait.nim b/tests/coroutines/twait.nim index 71782ece1..2edfcf675 100644 --- a/tests/coroutines/twait.nim +++ b/tests/coroutines/twait.nim @@ -1,7 +1,7 @@ discard """ output: "Exit 1\nExit 2" matrix: "--gc:refc; --gc:arc; --gc:orc" - target: "c" + targets: "c" """ when compileOption("gc", "refc") or not defined(openbsd): |