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 f8a75c0 commit 63aa10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prolog/logicmoo_test_header.pl
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:- if((prolog_load_context(source,File),prolog_load_context(file,File));current_prolog_flag(xref,true)).

:- else.

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.
%:- dumpST.

:- if((
%set_prolog_flag(debug, true),
Expand Down

0 comments on commit 63aa10e

Please sign in to comment.