summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/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 =