summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2014-02-18 01:37:00 +0200
committerZahary Karadjov <zahary@gmail.com>2014-02-18 01:37:00 +0200
commit4d3846e26b38ddf7fade05489f0f3335db057950 (patch)
tree2ad015b71f5e78f750bb6ba57706986a62de8837 /tests
parent765c682c92f27e13d079b146941033d7b68e261b (diff)
downloadNim-4d3846e26b38ddf7fade05489f0f3335db057950.tar.gz
fix tbindtypedesc and tactiontable2
Diffstat (limited to 'tests')
-rw-r--r--tests/actiontable/tactiontable2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actiontable/tactiontable2.nim b/tests/actiontable/tactiontable2.nim
index 00b427603..878356321 100644
--- a/tests/actiontable/tactiontable2.nim
+++ b/tests/actiontable/tactiontable2.nim
@@ -1,6 +1,6 @@
 discard """
   line: 21
-  errormsg: "invalid type: 'TTable'"
+  errormsg: "invalid type: 'TTable[string, proc (string)]'"
 """
 
 import tables