Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Feb 23, 2024
1 parent 872a0e9 commit 66fcd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/acronym/acronym_tests.plt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pending :-
current_prolog_flag(argv, ['--all'|_]).
pending :-
write('\nA TEST IS PENDING!\n'),
write('\nA TEST IS PENDING!!!!\n'),
fail.

:- begin_tests(acronym).
Expand Down

0 comments on commit 66fcd43

Please sign in to comment.