rename non_iso.pl to iso_ext.pl (#265)

This commit is contained in:
Mark Thom
2020-02-22 00:58:37 -07:00
parent 003b4d0218
commit b2e50b42a3
14 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
:- module(test_on_setup_call_cleanup, []).
:- use_module(library(non_iso)).
:- use_module(library(iso_ext)).
test_queries_on_setup_call_cleanup :-
\+ setup_call_cleanup(false, _, _),