expand_call_goals/3 should expand meta-predicate subgoals (#2361)

This commit is contained in:
Mark
2024-03-19 17:12:26 -06:00
parent 7b33eafbb0
commit 0292cb73d3
6 changed files with 82 additions and 31 deletions

View File

@@ -11,3 +11,10 @@ fn call_0() {
" error(existence_error(procedure,call/0),call/0).\n",
);
}
// issue #2361
#[serial]
#[test]
fn call_qualification() {
load_module_test("tests-pl/issue2361-call-qualified.pl", "");
}