Skip to content

Commit f9a5112

Browse files
Set string-max-length in indexOf test
Without this, the solver sometimes ends up with a difficult instance for minisat.
1 parent 18478e9 commit f9a5112

File tree

1 file changed

+1
-1
lines changed
  • regression/jbmc-strings/StringIndexOf

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
Test.class
3-
--refine-strings --function Test.check --unwind 4 --string-max-input-length 3 --java-assume-inputs-non-null
3+
--refine-strings --function Test.check --unwind 4 --string-max-input-length 3 --string-max-length 100 --java-assume-inputs-non-null
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

0 commit comments

Comments
 (0)