diff options
author | Zahary Karadjov <zahary@gmail.com> | 2017-03-18 17:22:26 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2017-04-06 00:46:18 +0300 |
commit | 564c0acae20419133f3fadd17be4bae42dd408d9 (patch) | |
tree | 08c193846bb67112a3f0db4149477497c92ecf1d /tests | |
parent | 02243410fd7ddb157cca2903b14b4897da865730 (diff) | |
download | Nim-564c0acae20419133f3fadd17be4bae42dd408d9.tar.gz |
cleaned up the code and implemented proper error messages
Diffstat (limited to 'tests')
-rw-r--r-- | tests/notnil/tnotnil_in_objconstr.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notnil/tnotnil_in_objconstr.nim b/tests/notnil/tnotnil_in_objconstr.nim index 2110bda8f..7dce98c29 100644 --- a/tests/notnil/tnotnil_in_objconstr.nim +++ b/tests/notnil/tnotnil_in_objconstr.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "field not initialized: bar" + errormsg: "fields not initialized: bar" line: "13" """ |