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 7a3202b commit 334714aCopy full SHA for 334714a
jbmc/regression/jbmc-strings/StringBuilderConstructors01/test-no-arg-fail.desc
@@ -1,8 +1,12 @@
1
CORE
2
StringBuilderConstructors01.class
3
---function StringBuilderConstructors01.noArgFail --max-nondet-string-length 1000
+--function StringBuilderConstructors01.noArgFail --max-nondet-string-length 1000 --trace
4
^EXIT=10$
5
^SIGNAL=0$
6
^VERIFICATION FAILED$
7
+dynamic_object2=\{\s*\}
8
--
9
^warning: ignoring
10
+--
11
+The check for dynamic_object2 is to make sure the array is created empty and
12
+is not given arbitrary content before its final assignment.
0 commit comments