From dd613adcfe53726d07782166e0805284598033da Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 29 Mar 2016 21:44:33 +0200 Subject: [PATCH] made tests green again --- tests/ccgbugs/tstringslice.nim | 3 --- tests/typerel/tregionptrs.nim | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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