fix expected output for syntax_error test
This commit is contained in:
@@ -24,7 +24,7 @@ fn hello_world() {
|
|||||||
fn syntax_error() {
|
fn syntax_error() {
|
||||||
load_module_test(
|
load_module_test(
|
||||||
"tests-pl/syntax_error.pl",
|
"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",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user