diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-12 04:55:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 16:55:22 -0400 |
commit | 37b3f62eef16b0e7cb89e18f9ddc1fb96e17fb1b (patch) | |
tree | 4b111a131c91de505ee3750884bac5aa09b7556e /tests | |
parent | 9b9f24f01bb373362b476a0754a5de95bd108d76 (diff) | |
download | Nim-37b3f62eef16b0e7cb89e18f9ddc1fb96e17fb1b.tar.gz |
fixes #20155; repr range with distinct types is broken with ORC (#20158)
* fixes #20155; repr range with distinct types is broken with ORC * skipRanges
Diffstat (limited to 'tests')
-rw-r--r-- | tests/metatype/tmetatype_various.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/metatype/tmetatype_various.nim b/tests/metatype/tmetatype_various.nim index 9faeeec4a..30169aa1e 100644 --- a/tests/metatype/tmetatype_various.nim +++ b/tests/metatype/tmetatype_various.nim @@ -1,4 +1,5 @@ discard """ + matrix: "--mm:refc; --mm:orc" output: '''[1, 0, 0, 0, 0, 0, 0, 0] CTBool[Ct[system.uint32]]''' """ |