fix module resolution in dcgs, call/N (#1539)

This commit is contained in:
Mark Thom
2022-07-24 00:59:42 -06:00
parent ea95a7900c
commit b8f384045c
3 changed files with 111 additions and 124 deletions

View File

@@ -155,7 +155,7 @@ fn ignored_constraint() {
run_top_level_test_no_args(
"use_module(library(freeze)), freeze(X,false), X \\=a.\n\
halt.",
" freeze:freeze(X,false).\n",
" freeze:freeze(X,user:false).\n",
);
}