diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-09-14 00:53:30 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-09-14 00:53:30 +0300 |
commit | b6f8ab3254dd393121d7840186d7954d286b458a (patch) | |
tree | 1579e72eedb2f6c1762d8688dc655e38e3817c1e /tests/compile/tseq2.nim | |
parent | 4a435a8fb4551b03bdcbbbd9b074a51fa46928dd (diff) | |
download | Nim-b6f8ab3254dd393121d7840186d7954d286b458a.tar.gz |
[unittest] even deeper inspection of expressions and variables for the check macro
Diffstat (limited to 'tests/compile/tseq2.nim')
-rwxr-xr-x | tests/compile/tseq2.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/compile/tseq2.nim b/tests/compile/tseq2.nim index 5036ff5f4..e1271964c 100755 --- a/tests/compile/tseq2.nim +++ b/tests/compile/tseq2.nim @@ -1,5 +1,3 @@ -var s = @[] - proc `*` *(a, b: seq[int]): seq[int] = # allocate a new sequence: newSeq(result, len(a)) |