diff options
Diffstat (limited to 'tests/pragmas/t12640.nim')
-rw-r--r-- | tests/pragmas/t12640.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pragmas/t12640.nim b/tests/pragmas/t12640.nim index 60177d034..c85185699 100644 --- a/tests/pragmas/t12640.nim +++ b/tests/pragmas/t12640.nim @@ -1,4 +1,5 @@ discard """ + matrix: "--mm:refc" nimout: '''1 2 3 @@ -10,7 +11,7 @@ discard """ [1, 2, 3]''' """ - +# todo fixme it doesn't work with ORC proc doIt(a: openArray[int]) = echo a |