diff options
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 |