Skip to content

Commit

Permalink
fixed test headers
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 25, 2023
1 parent f96cfc9 commit 57688d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prolog/logicmoo_test_header.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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')
Expand Down Expand Up @@ -117,4 +116,5 @@
:- if((prolog_load_context(source,F),echo_source_file_no_catchup(F))). :- endif.
:- endif.

:- endif.

0 comments on commit 57688d2

Please sign in to comment.