From 8063ecbb8fdd79f3a097789a72500a1663587bd5 Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 5 Jun 2018 16:54:01 +0700 Subject: [PATCH] fix test case output --- tests/typerel/t4799_3.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/typerel/t4799_3.nim b/tests/typerel/t4799_3.nim index a447da6b24..aa2ddac56a 100644 --- a/tests/typerel/t4799_3.nim +++ b/tests/typerel/t4799_3.nim @@ -1,5 +1,5 @@ discard """ -errormsg: "Error: type mismatch: got " +errormsg: "type mismatch: got " nimout: '''t4799_3.nim(24, 18) Error: type mismatch: got but expected one of: proc testVehicle(x: varargs[Vehicle]): string