Skip to content

Commit a0c62e9

Browse files
author
BaierD
committed
Access BitvectorType directly in SolverVisitorTest.java
1 parent c415834 commit a0c62e9

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 = FormulaType.BitvectorType.getBitvectorTypeWithSize(bvLen);
1664+
BitvectorType bvType = BitvectorType.getBitvectorTypeWithSize(bvLen);
16651665

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

0 commit comments

Comments
 (0)