diff options
author | Araq <rumpf_a@web.de> | 2018-11-23 13:16:45 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 13:16:45 +0100 |
commit | 562d185cb73fa31d901685a15e92b8904f9b077b (patch) | |
tree | 58d0ff9e04f2ee03433b495d978a8db3e7b24278 /tests/macros/tmacrogenerics.nim | |
parent | 2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90 (diff) | |
download | Nim-562d185cb73fa31d901685a15e92b8904f9b077b.tar.gz |
cleanup tests; don't use non-working 'msg' spec field
Diffstat (limited to 'tests/macros/tmacrogenerics.nim')
-rw-r--r-- | tests/macros/tmacrogenerics.nim | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/macros/tmacrogenerics.nim b/tests/macros/tmacrogenerics.nim index 919a15b46..e4acdc321 100644 --- a/tests/macros/tmacrogenerics.nim +++ b/tests/macros/tmacrogenerics.nim @@ -1,8 +1,10 @@ discard """ file: "tmacrogenerics.nim" - msg: ''' -instantiation 1 with typedesc and typedesc -counter: 1 + nimout: ''' +instantiation 1 with None and None +instantiation 2 with None and None +instantiation 3 with None and None +counter: 3 ''' output: "int\nfloat\nint\nstring" """ |