summary refs log tree commit diff stats
path: root/tests/iter/tarrayiter.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-12 04:55:22 +0800
committerGitHub <noreply@github.com>2022-09-11 16:55:22 -0400
commit37b3f62eef16b0e7cb89e18f9ddc1fb96e17fb1b (patch)
tree4b111a131c91de505ee3750884bac5aa09b7556e /tests/iter/tarrayiter.nim
parent9b9f24f01bb373362b476a0754a5de95bd108d76 (diff)
downloadNim-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/iter/tarrayiter.nim')
0 files changed, 0 insertions, 0 deletions
/a> 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177