Fix broken tests
This commit is contained in:
parent
01fb058def
commit
77f1631467
@ -591,14 +591,14 @@ failing_contracts() ->
|
|||||||
, ?TYPE_ERROR(bad_bytes_concat,
|
, ?TYPE_ERROR(bad_bytes_concat,
|
||||||
[<<?Pos(12, 40)
|
[<<?Pos(12, 40)
|
||||||
"Failed to resolve byte array lengths in call to Bytes.concat with arguments of type\n"
|
"Failed to resolve byte array lengths in call to Bytes.concat with arguments of type\n"
|
||||||
" - 'g (at line 12, column 20)\n"
|
" - 'g (at line 12, column 40)\n"
|
||||||
" - 'h (at line 12, column 23)\n"
|
" - 'h (at line 12, column 40)\n"
|
||||||
"and result type\n"
|
"and result type\n"
|
||||||
" - bytes(10) (at line 12, column 28)">>,
|
" - bytes(10) (at line 12, column 28)">>,
|
||||||
<<?Pos(13, 28)
|
<<?Pos(13, 28)
|
||||||
"Failed to resolve byte array lengths in call to Bytes.concat with arguments of type\n"
|
"Failed to resolve byte array lengths in call to Bytes.concat with arguments of type\n"
|
||||||
" - 'd (at line 13, column 20)\n"
|
" - 'd (at line 13, column 28)\n"
|
||||||
" - 'e (at line 13, column 23)\n"
|
" - 'e (at line 13, column 28)\n"
|
||||||
"and result type\n"
|
"and result type\n"
|
||||||
" - 'f (at line 13, column 14)">>,
|
" - 'f (at line 13, column 14)">>,
|
||||||
<<?Pos(15, 5)
|
<<?Pos(15, 5)
|
||||||
@ -608,7 +608,7 @@ failing_contracts() ->
|
|||||||
<<?Pos(17, 5)
|
<<?Pos(17, 5)
|
||||||
"Failed to resolve byte array lengths in call to Bytes.concat with arguments of type\n"
|
"Failed to resolve byte array lengths in call to Bytes.concat with arguments of type\n"
|
||||||
" - bytes(6) (at line 16, column 24)\n"
|
" - bytes(6) (at line 16, column 24)\n"
|
||||||
" - 'b (at line 16, column 34)\n"
|
" - 'b (at line 17, column 5)\n"
|
||||||
"and result type\n"
|
"and result type\n"
|
||||||
" - 'c (at line 16, column 39)">>,
|
" - 'c (at line 16, column 39)">>,
|
||||||
<<?Pos(19, 25)
|
<<?Pos(19, 25)
|
||||||
@ -616,7 +616,7 @@ failing_contracts() ->
|
|||||||
, ?TYPE_ERROR(bad_bytes_split,
|
, ?TYPE_ERROR(bad_bytes_split,
|
||||||
[<<?Pos(13, 5)
|
[<<?Pos(13, 5)
|
||||||
"Failed to resolve byte array lengths in call to Bytes.split with argument of type\n"
|
"Failed to resolve byte array lengths in call to Bytes.split with argument of type\n"
|
||||||
" - 'f (at line 12, column 20)\n"
|
" - 'f (at line 13, column 5)\n"
|
||||||
"and result types\n"
|
"and result types\n"
|
||||||
" - 'e (at line 12, column 25)\n"
|
" - 'e (at line 12, column 25)\n"
|
||||||
" - bytes(20) (at line 12, column 29)">>,
|
" - bytes(20) (at line 12, column 29)">>,
|
||||||
@ -628,7 +628,7 @@ failing_contracts() ->
|
|||||||
" - 'd (at line 16, column 5)">>,
|
" - 'd (at line 16, column 5)">>,
|
||||||
<<?Pos(19, 5)
|
<<?Pos(19, 5)
|
||||||
"Failed to resolve byte array lengths in call to Bytes.split with argument of type\n"
|
"Failed to resolve byte array lengths in call to Bytes.split with argument of type\n"
|
||||||
" - 'b (at line 18, column 20)\n"
|
" - 'b (at line 19, column 5)\n"
|
||||||
"and result types\n"
|
"and result types\n"
|
||||||
" - bytes(20) (at line 18, column 25)\n"
|
" - bytes(20) (at line 18, column 25)\n"
|
||||||
" - 'a (at line 18, column 37)">>])
|
" - 'a (at line 18, column 37)">>])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user