diff options
author | Araq <rumpf_a@web.de> | 2012-09-13 00:12:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-13 00:12:14 +0200 |
commit | eb72c7c0a0fb99d13b049de5aacb05673acc0754 (patch) | |
tree | f51d15decdc8ffeaa8127a53fa2d1ecb8595a904 /tests/patterns | |
parent | a59abdf8e4d0c85fbcf2b039c46dc98030ffc460 (diff) | |
download | Nim-eb72c7c0a0fb99d13b049de5aacb05673acc0754.tar.gz |
debugger compiles again
Diffstat (limited to 'tests/patterns')
-rw-r--r-- | tests/patterns/tor.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/patterns/tor.nim b/tests/patterns/tor.nim index 92ef96925..7de1a7fa1 100644 --- a/tests/patterns/tor.nim +++ b/tests/patterns/tor.nim @@ -1,5 +1,6 @@ discard """ - output: "110" + output: '''110 +true''' """ template arithOps: expr = (`+` | `-` | `*`) |