fix test case output

This commit is contained in:
andri lim
2018-06-05 16:54:01 +07:00
parent 80107b360c
commit 8063ecbb8f

View File

@@ -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