Skip to content

Commit 57688d2

Browse files
committed
fixed test headers
1 parent f96cfc9 commit 57688d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prolog/logicmoo_test_header.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:- else.
44

5-
test_completed% This file is mostly all inside if/endifs so it doesnt interfere with `module/2`
5+
%test_completed% This file is mostly all inside if/endifs so it doesnt interfere with `module/2`
66
:- if((set_stream(current_output,tty(true)))). :- endif.
77

88
%:- dumpST.
@@ -79,7 +79,6 @@
7979
:- endif. % current_prolog_flag(loaded_test_header,_)
8080

8181
%:- if((current_prolog_flag(test_module,Module), '$set_source_module'(Module))). :- endif.
82-
:- endif.
8382

8483
:- if((prolog_load_context(source,File),!,
8584
ignore((((sub_atom(File,_,_,_,'.pfc')
@@ -117,4 +116,5 @@
117116
:- if((prolog_load_context(source,F),echo_source_file_no_catchup(F))). :- endif.
118117
:- endif.
119118

119+
:- endif.
120120

0 commit comments

Comments
 (0)