diff options
-rw-r--r-- | tests/typerel/t4799_3.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typerel/t4799_3.nim b/tests/typerel/t4799_3.nim index a447da6b2..aa2ddac56 100644 --- a/tests/typerel/t4799_3.nim +++ b/tests/typerel/t4799_3.nim @@ -1,5 +1,5 @@ discard """ -errormsg: "Error: type mismatch: got <Bike>" +errormsg: "type mismatch: got <Bike>" nimout: '''t4799_3.nim(24, 18) Error: type mismatch: got <Bike> but expected one of: proc testVehicle(x: varargs[Vehicle]): string |