Files
Nim/tests/arc/t20456.nim
ringabout 81e7811e01 fixes nim check with orc (#20456)
* fixes nim check with orc

* fixes tests

* add tests

* fixes tests

* Update tests/arc/t20456.nim
2022-10-02 06:44:10 +02:00

8 lines
106 B
Nim

discard """
cmd: "nim check $file"
action: "compile"
"""
when not defined(gcOrc):
{.error: "orc".}