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