Fix one test

This commit is contained in:
radrow 2020-10-13 10:29:14 +02:00
parent ac673602b9
commit 787551b8bc

View File

@ -326,8 +326,8 @@ failing_contracts() ->
" x : int\n"
"against the expected type\n"
" string">>,
<<?Pos(14, 24)
"No record type with fields y, z (at line 14, column 24)">>,
<<?Pos(14, 35)
"No record type with fields z, y (at line 14, column 35)">>,
<<?Pos(15, 26)
"The field z is missing when constructing an element of type r2 (at line 15, column 26)">>,
<<?Pos(15, 24)