diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-02-18 01:37:00 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-02-18 01:37:00 +0200 |
commit | 4d3846e26b38ddf7fade05489f0f3335db057950 (patch) | |
tree | 2ad015b71f5e78f750bb6ba57706986a62de8837 /tests | |
parent | 765c682c92f27e13d079b146941033d7b68e261b (diff) | |
download | Nim-4d3846e26b38ddf7fade05489f0f3335db057950.tar.gz |
fix tbindtypedesc and tactiontable2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/actiontable/tactiontable2.nim | 2 |
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 |