diff options
author | Zahary Karadjov <zahary@gmail.com> | 2020-03-27 22:48:40 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-04-01 19:38:44 +0200 |
commit | e0bb78553ad34282ff198c4f1121b14b18030dc2 (patch) | |
tree | 3f98e4b0349b8e446a24a1f84e40158c3bedb6cd | |
parent | 54f06427c8c2d1a29bf7dab2b9e36fc4bb231d3c (diff) | |
download | Nim-e0bb78553ad34282ff198c4f1121b14b18030dc2.tar.gz |
Fix tests/notnil/tnotnil_in_objconstr.nim
-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 fb8ac8d6f..030c40d32 100644 --- a/tests/notnil/tnotnil_in_objconstr.nim +++ b/tests/notnil/tnotnil_in_objconstr.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "fields not initialized: bar" + errormsg: "The Foo type requires the following fields to be initialized: bar" line: "13" """ {.experimental: "notnil".} |