diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-09-13 04:10:08 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-09-13 04:10:08 +0300 |
commit | 36155a6813cb414666753f6b66e04e1044954f85 (patch) | |
tree | dc1853fd4eec0a406b05c2a16a9c6e2059cef9a0 /tests/compile/tseq2.nim | |
parent | b2814df5cdfe5a7713d54c366fa798c92793ace8 (diff) | |
download | Nim-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-x | tests/compile/tseq2.nim | 2 |
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: |