diff options
author | andri lim <jangko128@gmail.com> | 2018-06-05 16:54:01 +0700 |
---|---|---|
committer | andri lim <jangko128@gmail.com> | 2018-06-05 16:54:01 +0700 |
commit | 8063ecbb8fdd79f3a097789a72500a1663587bd5 (patch) | |
tree | 75fb398ceed5fe6a1e641b86649ccd5726ff3466 | |
parent | 80107b360c8bb01efba39a9a4a0b9129b300a248 (diff) | |
download | Nim-8063ecbb8fdd79f3a097789a72500a1663587bd5.tar.gz |
fix test case output
-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 |