diff options
author | Araq <rumpf_a@web.de> | 2018-05-14 21:38:18 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-05-14 21:38:18 +0200 |
commit | 02b78d3f94225ab1b204191d0fb199125787f31d (patch) | |
tree | 03c3a5595edf56c8d219c92fec14358c1bf76d69 /tests/misc/tunsignedmisc.nim | |
parent | 5526252fa0218816c3ca5399a7cb927d9b2bbdc4 (diff) | |
download | Nim-02b78d3f94225ab1b204191d0fb199125787f31d.tar.gz |
make tests green again
Diffstat (limited to 'tests/misc/tunsignedmisc.nim')
-rw-r--r-- | tests/misc/tunsignedmisc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tunsignedmisc.nim b/tests/misc/tunsignedmisc.nim index 4b8157ddd..fc02eee19 100644 --- a/tests/misc/tunsignedmisc.nim +++ b/tests/misc/tunsignedmisc.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "number 0x123'u8 out of valid range" + errormsg: "number out of range: '0x123'u8'" """ # Bug #1179 |