diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2022-08-31 13:19:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 13:19:26 +0200 |
commit | 5211a471c82f8952e64753fb84b962263f9945b0 (patch) | |
tree | 1406b12a64a641ca674e283743da3e62b255516f /tests/ccgbugs/tderefblock.nim | |
parent | d4c0d35b32e51eae06e65e78c253cdaf8bb42446 (diff) | |
download | Nim-5211a471c82f8952e64753fb84b962263f9945b0.tar.gz |
fixes the regressions caused by the fix for #20107 [backport] (#20287)
* fixes the regressions caused by the fix for #20107 [backport]
Diffstat (limited to 'tests/ccgbugs/tderefblock.nim')
-rw-r--r-- | tests/ccgbugs/tderefblock.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ccgbugs/tderefblock.nim b/tests/ccgbugs/tderefblock.nim index 55253da10..fd21a19b8 100644 --- a/tests/ccgbugs/tderefblock.nim +++ b/tests/ccgbugs/tderefblock.nim @@ -1,5 +1,6 @@ discard """ cmd: "nim c -d:release -d:danger $file" + matrix: ";--gc:orc" output: "42" """ |