diff options
author | Araq <rumpf_a@web.de> | 2012-01-29 19:12:48 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-29 19:12:48 +0100 |
commit | 4b952336325121be20557ecfb224a10dcaab49d0 (patch) | |
tree | e17bf3b0f1647107dae003818a2a2263748a1671 /tests | |
parent | 1ba3dbc7595a40bdb68973d0863c904657ca28f6 (diff) | |
download | Nim-4b952336325121be20557ecfb224a10dcaab49d0.tar.gz |
fixes #98
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run/tzeroarray.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/tzeroarray.nim b/tests/run/tzeroarray.nim index 7f66007b5..b784b601e 100644 --- a/tests/run/tzeroarray.nim +++ b/tests/run/tzeroarray.nim @@ -1,5 +1,5 @@ discard """ - output: 'done' + output: done """ for i in 0 .. 1: |