Skip to content

Commit b54cb3b

Browse files
author
BaierD
committed
Access getBitvectorTypeWithSize() directly from FormulaType instead of BitvectorType in SolverVisitorTest.java
1 parent a0c62e9 commit b54cb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ public void testQuantifierAndBoundVariablesWithBitvectors() {
16611661
requireVisitor();
16621662

16631663
int bvLen = 32;
1664-
BitvectorType bvType = BitvectorType.getBitvectorTypeWithSize(bvLen);
1664+
BitvectorType bvType = FormulaType.getBitvectorTypeWithSize(bvLen);
16651665

16661666
BitvectorFormula four = bvmgr.makeBitvector(bvLen, 4);
16671667
BitvectorFormula var1 = bvmgr.makeVariable(bvType, "var1");

0 commit comments

Comments
 (0)