diff options
author | Araq <rumpf_a@web.de> | 2015-09-12 13:32:51 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-12 13:32:51 +0200 |
commit | bf698fbc2ab3ec3f1698261bbe4ddb897dc47f95 (patch) | |
tree | f6a959023d247a518d6a18745fa284123ec37e97 /tests/bind | |
parent | 5aaf2f0c31d45fbd2d4e007f93355faae80dd7d9 (diff) | |
download | Nim-bf698fbc2ab3ec3f1698261bbe4ddb897dc47f95.tar.gz |
fixes some regressions
Diffstat (limited to 'tests/bind')
-rw-r--r-- | tests/bind/tbind2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bind/tbind2.nim b/tests/bind/tbind2.nim index d2219765d..0e0cbd788 100644 --- a/tests/bind/tbind2.nim +++ b/tests/bind/tbind2.nim @@ -1,6 +1,6 @@ discard """ file: "tbind2.nim" - line: 14 + line: 12 errormsg: "ambiguous call" """ # Test the new ``bind`` keyword for templates |