remove error printing redundancy and inconsistent state resulting from file_load_cleanup (#1995)

This commit is contained in:
Mark
2023-09-05 13:52:18 -06:00
parent a9aef2bc84
commit fa11d6bdd4
2 changed files with 12 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ fn do_not_duplicate_path_components() {
['tests-pl/issue852-throw_e.pl'].\n\
halt.\n\
",
" throw(e).\n false.\n throw(e).\n false.\n",
" throw(e).\n throw(e).\n",
);
}