tests: update sav/base_vararg3* with new hint error message
authorJean Privat <jean@pryen.org>
Thu, 23 Apr 2015 06:10:28 +0000 (13:10 +0700)
committerJean Privat <jean@pryen.org>
Fri, 24 Apr 2015 06:00:29 +0000 (13:00 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/base_vararg3_alt1.res
tests/sav/base_vararg3_alt3.res

index e7cb189..9285e6f 100644 (file)
@@ -1 +1 @@
-alt/base_vararg3_alt1.nit:41,7--13: Type Error: expected `Int`, got `Array[Int]`.
+alt/base_vararg3_alt1.nit:41,7--13: Type Error: expected `Int`, got `Array[Int]`. Is an ellipsis `...` missing on the argument?
index 4ca932b..acafe02 100644 (file)
@@ -1 +1 @@
-alt/base_vararg3_alt3.nit:33,9: Type Error: expected `Int`, got `Array[Int]`.
+alt/base_vararg3_alt3.nit:33,9: Type Error: expected `Int`, got `Array[Int]`. Is an ellipsis `...` missing on the argument?