Skip to content

Commit b14542a

Browse files
RoundingMode: Fix checkstyle issue
1 parent 766e762 commit b14542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/test/FloatingPointFormulaManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void floatingPointType() {
9696
@Test
9797
public void roundingModeVisitor() {
9898
FloatingPointFormula variable =
99-
fpmgr.makeVariable("a", FloatingPointType.getSinglePrecisionFloatingPointType());
99+
fpmgr.makeVariable("a", FormulaType.getSinglePrecisionFloatingPointType());
100100
FloatingPointFormula original =
101101
fpmgr.sqrt(variable, FloatingPointRoundingMode.NEAREST_TIES_TO_EVEN);
102102

0 commit comments

Comments
 (0)