remove Term

This commit is contained in:
Mark Thom
2024-07-16 15:38:22 -06:00
committed by Mark Thom
parent 34ac85bb6d
commit 1ef681bd21
43 changed files with 3823 additions and 2720 deletions

View File

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