diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-11-26 19:05:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 19:05:21 +0100 |
commit | cf516713d070277d1455a20a14de705a1513c0d7 (patch) | |
tree | c9e6f78c3f4591e7de0d981fefc9d5161cf4e5a0 /tests/ccgbugs | |
parent | 2f1a9eadd7023d6e6f837c8cb97b1cef8e599a61 (diff) | |
download | Nim-cf516713d070277d1455a20a14de705a1513c0d7.tar.gz |
fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 [backport:1.4] * test fixup
Diffstat (limited to 'tests/ccgbugs')
-rw-r--r-- | tests/ccgbugs/targ_lefttoright.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ccgbugs/targ_lefttoright.nim b/tests/ccgbugs/targ_lefttoright.nim index b107b2327..a49b87739 100644 --- a/tests/ccgbugs/targ_lefttoright.nim +++ b/tests/ccgbugs/targ_lefttoright.nim @@ -16,6 +16,7 @@ discard """ 2,2 1,2 ''' + cmd: "nim c --gc:orc $file" """ template test = |