Fix broken abi tests
This commit is contained in:
parent
77f1631467
commit
4348affa3e
@ -92,7 +92,7 @@ encode_calldata_neg_test() ->
|
|||||||
Code = [ "contract Foo =\n"
|
Code = [ "contract Foo =\n"
|
||||||
" entrypoint f(x : int) : string = \"hello\"\n" ],
|
" entrypoint f(x : int) : string = \"hello\"\n" ],
|
||||||
|
|
||||||
ExpErr1 = "Type error at line 5, col 34:\nCannot unify `int` and `bool`\n"
|
ExpErr1 = "Type error at line 5, col 34:\nCannot unify `bool` and `int`\n"
|
||||||
"when checking the application of\n"
|
"when checking the application of\n"
|
||||||
" `f : (int) => string`\n"
|
" `f : (int) => string`\n"
|
||||||
"to arguments\n"
|
"to arguments\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user