We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c62e9 commit b54cb3bCopy full SHA for b54cb3b
src/org/sosy_lab/java_smt/test/SolverVisitorTest.java
@@ -1661,7 +1661,7 @@ public void testQuantifierAndBoundVariablesWithBitvectors() {
1661
requireVisitor();
1662
1663
int bvLen = 32;
1664
- BitvectorType bvType = BitvectorType.getBitvectorTypeWithSize(bvLen);
+ BitvectorType bvType = FormulaType.getBitvectorTypeWithSize(bvLen);
1665
1666
BitvectorFormula four = bvmgr.makeBitvector(bvLen, 4);
1667
BitvectorFormula var1 = bvmgr.makeVariable(bvType, "var1");
0 commit comments