fix expected output for syntax_error test

This commit is contained in:
Skgland
2021-03-11 17:01:26 +01:00
parent 49dcd9bb4a
commit 08320119f1

View File

@@ -24,7 +24,7 @@ fn hello_world() {
fn syntax_error() {
load_module_test(
"tests-pl/syntax_error.pl",
"caught: error(syntax_error(incomplete_reduction),read_term/3:5)\n",
"caught: error(syntax_error(incomplete_reduction),read_term/3:6)\n",
);
}