diff options
author | Jasper Jenkins <jasper.vs.jenkins@gmail.com> | 2019-10-10 23:38:08 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-10-11 08:38:08 +0200 |
commit | 245a954b250b3e95f68c6bdadeba6ef1425442aa (patch) | |
tree | b45356858b54728f3e36ddfb2b13f8e5a54ed0b9 /tests/pragmas | |
parent | 9e62876647e4b7d5c31854abf16596b76cd03b4a (diff) | |
download | Nim-245a954b250b3e95f68c6bdadeba6ef1425442aa.tar.gz |
ungeneric unsigned ops (#12230)
* ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry
Diffstat (limited to 'tests/pragmas')
-rw-r--r-- | tests/pragmas/t6448.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pragmas/t6448.nim b/tests/pragmas/t6448.nim index a1bd747a0..ab2e3811f 100644 --- a/tests/pragmas/t6448.nim +++ b/tests/pragmas/t6448.nim @@ -1,6 +1,7 @@ discard """ errormsg: '''ambiguous call; both foobar.async''' - line: 9 + line: 10 + disabled: "32bit" """ import foobar |