Less redundant error message

This commit is contained in:
Hans Svensson
2019-09-05 15:28:03 +02:00
parent 47b3b9bcca
commit f07d1904ba
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ simple_compile_test_() ->
[ {"Test file not found error",
fun() ->
{error, Errors} = aeso_compiler:file("does_not_exist.aes"),
ExpErr = <<"In 'does_not_exist.aes' at line 0, col 0:\n"
"does_not_exist.aes: no such file or directory">>,
ExpErr = <<"does_not_exist.aes: no such file or directory">>,
check_errors([ExpErr], Errors)
end} ] ++
[ {"Testing error messages of " ++ ContractName,