Skip to content

Commit 40c0260

Browse files
committed
minor fix, refs #7
1 parent a58765e commit 40c0260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.lgt

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
test(interval_arithmetic_mul_3_02, fail) :-
7676
new(1, 2, X),
7777
new(3, 4, Y),
78+
mul(X, Y, Mul),
7879
Mul == [1, 4].
7980

8081
% div/3 tests

0 commit comments

Comments
 (0)