Skip to content

Commit 298805f

Browse files
committed
Enable more test variants
1 parent 6a48311 commit 298805f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scryer/cli/issues/incorrect_arithmetics.in/incorrect_arithmetics.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
fn(t, expr(F,A)) :- member(F, [-(A),sqrt(A),log(A)]).
6666
fn(t, expr(F,A,B)) :- member(F, [A+B,A-B,A*B,A/B,A^B]).
6767
fn(f, expr(F)) :- member(F, [[],phi,[_|_]]).
68-
%fn(f, expr(F,A)) :- member(F, [zeta(A)]).
69-
%fn(f, expr(F,A,B)) :- member(F, [[A,B]]).
68+
fn(f, expr(F,A)) :- member(F, [zeta(A)]).
69+
fn(f, expr(F,A,B)) :- member(F, [[A,B]]).
7070

7171
%% rnd(N).
7272
%

0 commit comments

Comments
 (0)