Name lambdas by their locations

This commit is contained in:
radrow
2023-09-02 17:31:15 +02:00
parent 9b518150c3
commit 8f950ed5c5
2 changed files with 86 additions and 51 deletions
+3 -1
View File
@@ -1313,7 +1313,9 @@ validate(Contract1, Contract2) ->
true -> [debug_mode];
false -> []
end ++
[{include, {file_system, [aeso_test_utils:contract_path()]}}]);
[ {src_file, lists:concat([Contract2, ".aes"])}
, {include, {file_system, [aeso_test_utils:contract_path()]}}
]);
Error -> print_and_throw(Error)
end.