diff --git a/tests/ccgbugs/tstringslice.nim b/tests/ccgbugs/tstringslice.nim index f6f64bebc6..0ff448dcf1 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 69a93a1074..a8d2e7a6dc 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