Skip to content

Commit

Permalink
Update tests/hilti/types/interval/ops.hlt
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Bannier <bbannier@users.noreply.github.com>
  • Loading branch information
rsmmr and bbannier authored Dec 9, 2022
1 parent 81d72a8 commit 01d2867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hilti/types/interval/ops.hlt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ assert i1 >= i1;
assert i2 <= i2;

assert cast<interval>(5) == interval(5.0);
assert cast<interval>(5.0) == interval(5.0);
assert cast<interval>(5.5) == interval(5.5);

assert i3 == interval(25.0);
assert i3 == i4;
Expand Down

0 comments on commit 01d2867

Please sign in to comment.