diff options
Diffstat (limited to 'tests/accept/compile/tthread_generic.nim')
-rw-r--r-- | tests/accept/compile/tthread_generic.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/accept/compile/tthread_generic.nim b/tests/accept/compile/tthread_generic.nim index 4ef939408..beae4b652 100644 --- a/tests/accept/compile/tthread_generic.nim +++ b/tests/accept/compile/tthread_generic.nim @@ -1,3 +1,7 @@ +discard """ + cmd: "nimrod cc --hints:on --threads:on $# $#" +""" + type TThreadFuncArgs[T] = object of TObject a: proc(): T {.thread.} |