diff options
-rw-r--r-- | tests/ccgbugs/tstringslice.nim | 3 | ||||
-rw-r--r-- | tests/typerel/tregionptrs.nim | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/ccgbugs/tstringslice.nim b/tests/ccgbugs/tstringslice.nim index f6f64bebc..0ff448dcf 100644 --- a/tests/ccgbugs/tstringslice.nim +++ b/tests/ccgbugs/tstringslice.nim @@ -1,13 +1,10 @@ discard """ output: '''1 1234 -1234 2 234 -234 3 34 -34 4 4''' """ diff --git a/tests/typerel/tregionptrs.nim b/tests/typerel/tregionptrs.nim index 69a93a107..a8d2e7a6d 100644 --- a/tests/typerel/tregionptrs.nim +++ b/tests/typerel/tregionptrs.nim @@ -1,6 +1,6 @@ discard """ line: 16 - errormsg: "type mismatch: got (BPtr) but expected 'APtr'" + errormsg: "type mismatch: got (BPtr) but expected 'APtr = ptr[RegionA, int]'" """ type |