expand_call_goals/3 should expand meta-predicate subgoals (#2361)
This commit is contained in:
@@ -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", "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user