mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
fix test case output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user