From 795afb0021094d069b5f77d4b7ba6c9e5fc5d803 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 9 Jul 2012 00:54:46 +0200 Subject: made tests green again --- tests/reject/tconstraints.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/reject/tconstraints.nim') diff --git a/tests/reject/tconstraints.nim b/tests/reject/tconstraints.nim index aafe86911..e61095fff 100755 --- a/tests/reject/tconstraints.nim +++ b/tests/reject/tconstraints.nim @@ -1,6 +1,6 @@ discard """ - line: 15 - errormsg: "type mismatch: got (int)" + line: 16 + errormsg: "type mismatch: got (int literal(232))" """ proc myGenericProc[T: object|tuple|ptr|ref|distinct](x: T): string = @@ -12,7 +12,7 @@ type var x: TMyObj -assert myGenericProc(232) == "232" assert myGenericProc(x) == "(x: 0, y: 0)" +assert myGenericProc(232) == "232" -- cgit 1.4.1-2-gfad0