summary refs log tree commit diff stats
path: root/tests/compile/tseq2.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-09-13 04:10:08 +0300
committerZahary Karadjov <zahary@gmail.com>2012-09-13 04:10:08 +0300
commit36155a6813cb414666753f6b66e04e1044954f85 (patch)
treedc1853fd4eec0a406b05c2a16a9c6e2059cef9a0 /tests/compile/tseq2.nim
parentb2814df5cdfe5a7713d54c366fa798c92793ace8 (diff)
downloadNim-36155a6813cb414666753f6b66e04e1044954f85.tar.gz
[unittest] the check macro will print the values of params involved in failed proc calls
Diffstat (limited to 'tests/compile/tseq2.nim')
-rwxr-xr-xtests/compile/tseq2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/tseq2.nim b/tests/compile/tseq2.nim
index 03bdb3fab..5036ff5f4 100755
--- a/tests/compile/tseq2.nim
+++ b/tests/compile/tseq2.nim
@@ -1,4 +1,4 @@
-
+var s = @[]
   
 proc `*` *(a, b: seq[int]): seq[int] = 
   # allocate a new sequence: