diff options
author | Araq <rumpf_a@web.de> | 2011-08-18 18:52:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-18 18:52:05 +0200 |
commit | 257b16ca34af4695a2c8881c976f5fe343fe51ed (patch) | |
tree | 359c985c39dfb7b1756f4f4cc28078fecb2334b3 /tests | |
parent | f8ac84f8635c3e182d668c6246512fda8d5c92a8 (diff) | |
download | Nim-257b16ca34af4695a2c8881c976f5fe343fe51ed.tar.gz |
inlining of 'var openarray' iterators now work
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/accept/run/titervaropenarray.nim (renamed from tests/reject/titer2.nim) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/titer2.nim b/tests/accept/run/titervaropenarray.nim index 5253d2576..1e70ce247 100755 --- a/tests/reject/titer2.nim +++ b/tests/accept/run/titervaropenarray.nim @@ -1,6 +1,6 @@ discard """ file: "titer2.nim" - msg: "internal error: not implemented: pass to var parameter" + output: "123" """ # Try to break the transformation pass: iterator iterAndZero(a: var openArray[int]): int = |