diff options
Diffstat (limited to 'tests/init/tuninit1.nim')
-rw-r--r-- | tests/init/tuninit1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init/tuninit1.nim b/tests/init/tuninit1.nim index 2a994b187..57443a7d3 100644 --- a/tests/init/tuninit1.nim +++ b/tests/init/tuninit1.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "'y' might not have been initialized" + msg: "Warning: 'y' might not have been initialized [Uninit]" line:34 """ |