diff options
author | Araq <rumpf_a@web.de> | 2015-01-22 13:32:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-01-23 00:36:58 +0100 |
commit | 60042805222d1261592db9d782df96ae190d71d5 (patch) | |
tree | 7ac4060d24ea3e799c1e6cfa0fbf0d54231f4c7a /tests | |
parent | e2147c9f0d57ad03cd2c1fbf386b90fcbc1c658f (diff) | |
download | Nim-60042805222d1261592db9d782df96ae190d71d5.tar.gz |
preparations for C++ template support
Diffstat (limited to 'tests')
-rw-r--r-- | tests/generics/tmetafield.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generics/tmetafield.nim b/tests/generics/tmetafield.nim index bbfca7e3c..7a2375abe 100644 --- a/tests/generics/tmetafield.nim +++ b/tests/generics/tmetafield.nim @@ -2,7 +2,7 @@ discard """ cmd: "nim check $options $file" errormsg: "'proc' is not a concrete type" errormsg: "'Foo' is not a concrete type." - errormsg: "invalid type: 'TBaseMed'" + errormsg: "invalid type: 'proc' in this context: 'TBaseMed'" """ type |