diff options
author | Araq <rumpf_a@web.de> | 2013-06-10 00:17:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-10 00:17:10 +0200 |
commit | 8f97f3180abf23d500027accffe6a1895d1a96ac (patch) | |
tree | 879978bc0d134556d9707dbcd8e543389580eba0 /tests/reject/tuninit1.nim | |
parent | be4fd48ab8456bb9f814dbae1e919e535b87b54f (diff) | |
download | Nim-8f97f3180abf23d500027accffe6a1895d1a96ac.tar.gz |
made tests green
Diffstat (limited to 'tests/reject/tuninit1.nim')
-rw-r--r-- | tests/reject/tuninit1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tuninit1.nim b/tests/reject/tuninit1.nim index e51f9ce7c..2a994b187 100644 --- a/tests/reject/tuninit1.nim +++ b/tests/reject/tuninit1.nim @@ -1,6 +1,6 @@ discard """ errormsg: "'y' might not have been initialized" - line:28 + line:34 """ import strutils |