Skip to content

Commit c7d7f0a

Browse files
yrashkJanWielemaker
authored andcommitted
Fix mixed engine test declaration
1 parent 026c8b2 commit c7d7f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/engines/test_engines.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
engine_destroy(E)
5353
), E),
5454
engine_next(E, _).
55-
text(mixed, all(R) == [1,aap,2,3]) :-
55+
test(mixed, all(R == [1,aap,2,3])) :-
5656
mixed_yield_answers(R).
5757
test(no_data, error(existence_error(term, delivery, E))) :-
5858
setup_call_cleanup(

0 commit comments

Comments
 (0)