Merge: Contract: Change mpropdef driving
[nit.git] / tests / sav / base_virtual_type_self_alt3.res
index 834e6a6..68a1f1b 100644 (file)
@@ -1,3 +1,3 @@
-alt/base_virtual_type_self_alt3.nit:44,9: Type error: expected Int, got Float
-alt/base_virtual_type_self_alt3.nit:45,7--12: Type error: expected Float, got Int
-alt/base_virtual_type_self_alt3.nit:47,7--12: Type error: expected Float, got A[Int]
+alt/base_virtual_type_self_alt3.nit:44,9: Type Error: expected `Int`, got `Float`.
+alt/base_virtual_type_self_alt3.nit:45,7--12: Type Error: expected `Float`, got `Int`.
+alt/base_virtual_type_self_alt3.nit:47,7--12: Type Error: expected `Float`, got `A[Int]`.