summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2014-02-18 02:46:14 +0200
committerZahary Karadjov <zahary@gmail.com>2014-02-18 02:46:14 +0200
commitcda92048ba9408d356e0023543fcfb45ea357da8 (patch)
tree13592e624ea1dcf45346af002a6a699a6429e683 /tests/stdlib
parent4d3846e26b38ddf7fade05489f0f3335db057950 (diff)
downloadNim-cda92048ba9408d356e0023543fcfb45ea357da8.tar.gz
fix some trivial errors in the test suite and some more regressions caused by tyTypeDesc[tyNone]
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/tircbot.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tircbot.nim b/tests/stdlib/tircbot.nim
index 71ecb0b48..f0417c7ac 100644
--- a/tests/stdlib/tircbot.nim
+++ b/tests/stdlib/tircbot.nim
@@ -183,7 +183,7 @@ type
     channel: string
     timestamp: TTime
     case kind*: TSeenType
-    of PSeenJoin: discard
+    of PSeenJoin: nil
     of PSeenPart, PSeenQuit, PSeenMsg:
       msg: string
     of PSeenNick: