mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
* fixes nim check with orc * fixes tests * add tests * fixes tests * Update tests/arc/t20456.nim
8 lines
106 B
Nim
8 lines
106 B
Nim
discard """
|
|
cmd: "nim check $file"
|
|
action: "compile"
|
|
"""
|
|
|
|
when not defined(gcOrc):
|
|
{.error: "orc".}
|