diff options
Diffstat (limited to 'tests/arc/t20456.nim')
-rw-r--r-- | tests/arc/t20456.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/arc/t20456.nim b/tests/arc/t20456.nim new file mode 100644 index 000000000..ace79255a --- /dev/null +++ b/tests/arc/t20456.nim @@ -0,0 +1,7 @@ +discard """ + cmd: "nim check $file" + action: "compile" +""" + +when not defined(gcOrc): + {.error: "orc".} |