diff options
author | Araq <rumpf_a@web.de> | 2017-02-16 01:43:12 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-02-16 01:43:12 +0100 |
commit | aebe9d7d13ab57b7ab335c60c8965111ceec51b0 (patch) | |
tree | f01f7680f77d0a864597bee35df6ea5e66fd91ba /tests | |
parent | 97e26967f1f37a33edf6877cedfc9854fabab5eb (diff) | |
download | Nim-aebe9d7d13ab57b7ab335c60c8965111ceec51b0.tar.gz |
make more tests green
Diffstat (limited to 'tests')
-rw-r--r-- | tests/overload/tprefer_tygenericinst.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/overload/tprefer_tygenericinst.nim b/tests/overload/tprefer_tygenericinst.nim index 9787af06b..56541c7e8 100644 --- a/tests/overload/tprefer_tygenericinst.nim +++ b/tests/overload/tprefer_tygenericinst.nim @@ -19,7 +19,7 @@ when true: q(B()) # This call reported as ambiguous. # bug #2219 -template testPred(a: expr) = +template testPred(a: untyped) = block: type A = object of RootObj type B = object of A |