summary refs log tree commit diff stats
path: root/tests/coroutines/tgc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coroutines/tgc.nim')
-rw-r--r--tests/coroutines/tgc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coroutines/tgc.nim b/tests/coroutines/tgc.nim
index e2f8b6469..770d413f5 100644
--- a/tests/coroutines/tgc.nim
+++ b/tests/coroutines/tgc.nim
@@ -1,6 +1,6 @@
 discard """
   matrix: "--gc:refc; --gc:arc; --gc:orc"
-  target: "c"
+  targets: "c"
 """
 
 when compileOption("gc", "refc") or not defined(openbsd):