Skip to content

Commit 16c76f9

Browse files
committed
degenerate intervals are accepted, refs #7
1 parent 6a066f3 commit 16c76f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.lgt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
test(interval_arithmetic_new_3_01, deterministic) :-
2121
new(1, 2, _).
2222

23-
test(interval_arithmetic_new_3_02, fail) :-
23+
test(interval_arithmetic_new_3_02, deterministic) :-
2424
new(1, 1, _).
2525

2626
test(interval_arithmetic_new_3_03, fail) :-
@@ -66,7 +66,7 @@
6666
Sub == [5, 6].
6767

6868
% mul/3 tests
69-
test(interval_arthmetic_mul_3_01, deterministic) :-
69+
test(interval_arithmetic_mul_3_01, deterministic) :-
7070
new(1, 2, X),
7171
new(3, 4, Y),
7272
mul(X, Y, Mul),

0 commit comments

Comments
 (0)