diff options
author | def <dennis@felsin9.de> | 2015-07-11 14:39:19 +0200 |
---|---|---|
committer | def <dennis@felsin9.de> | 2016-01-25 19:10:37 +0100 |
commit | c50b5b62ef5ae51467754f7c1db49c4cbeaee5f8 (patch) | |
tree | 3c40a179da95227dd7308d57965809f7e2dacb44 /tests/misc/tunsignedmisc.nim | |
parent | 4246f660ea4ba7bab05811662eb53a87cc0cc049 (diff) | |
download | Nim-c50b5b62ef5ae51467754f7c1db49c4cbeaee5f8.tar.gz |
Fix a few deprecation warnings
Diffstat (limited to 'tests/misc/tunsignedmisc.nim')
-rw-r--r-- | tests/misc/tunsignedmisc.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/misc/tunsignedmisc.nim b/tests/misc/tunsignedmisc.nim index e6a497a3d..4b8157ddd 100644 --- a/tests/misc/tunsignedmisc.nim +++ b/tests/misc/tunsignedmisc.nim @@ -1,5 +1,3 @@ -import unsigned - discard """ errormsg: "number 0x123'u8 out of valid range" """ |