X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/base_virtual_type_self_alt4.res b/tests/sav/base_virtual_type_self_alt4.res index 23c8530..724f7fa 100644 --- a/tests/sav/base_virtual_type_self_alt4.res +++ b/tests/sav/base_virtual_type_self_alt4.res @@ -1,3 +1,3 @@ -alt/base_virtual_type_self_alt4.nit:44,9: Type error: expected A[Int], got Float -alt/base_virtual_type_self_alt4.nit:45,7--12: Type error: expected Float, got A[Int] -alt/base_virtual_type_self_alt4.nit:47,7--12: Type error: expected Float, got A[A[Int]] +alt/base_virtual_type_self_alt4.nit:44,9: Type Error: expected `A[Int]`, got `Float`. +alt/base_virtual_type_self_alt4.nit:45,7--12: Type Error: expected `Float`, got `A[Int]`. +alt/base_virtual_type_self_alt4.nit:47,7--12: Type Error: expected `Float`, got `A[A[Int]]`.