Skip to content

Commit ea3e8e9

Browse files
Setting string max length for java case
Not limiting the size of strings can lead to CBMC running out of memory.
1 parent bd7836c commit ea3e8e9

File tree

1 file changed

+1
-1
lines changed
  • regression/strings-smoke-tests/java_case

1 file changed

+1
-1
lines changed

regression/strings-smoke-tests/java_case/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_case.class
3-
--refine-strings
3+
--refine-strings --string-max-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.* file test_case.java line 10 .* SUCCESS$

0 commit comments

Comments
 (0)