From 57688d27a2ec4b7b34dbc6a3203ac6029a10e6dc Mon Sep 17 00:00:00 2001 From: Douglas R Miles Date: Mon, 25 Dec 2023 01:39:20 -0800 Subject: [PATCH] fixed test headers --- prolog/logicmoo_test_header.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prolog/logicmoo_test_header.pl b/prolog/logicmoo_test_header.pl index cde51b9..10b4ea7 100755 --- a/prolog/logicmoo_test_header.pl +++ b/prolog/logicmoo_test_header.pl @@ -2,7 +2,7 @@ :- else. -test_completed% This file is mostly all inside if/endifs so it doesnt interfere with `module/2` +%test_completed% This file is mostly all inside if/endifs so it doesnt interfere with `module/2` :- if((set_stream(current_output,tty(true)))). :- endif. %:- dumpST. @@ -79,7 +79,6 @@ :- endif. % current_prolog_flag(loaded_test_header,_) %:- if((current_prolog_flag(test_module,Module), '$set_source_module'(Module))). :- endif. -:- endif. :- if((prolog_load_context(source,File),!, ignore((((sub_atom(File,_,_,_,'.pfc') @@ -117,4 +116,5 @@ :- if((prolog_load_context(source,F),echo_source_file_no_catchup(F))). :- endif. :- endif. +:- endif.