Skip to content

Commit 27e3f88

Browse files
Activate tests working after submodule update
This shows that the changes brought with the update are working correctly.
1 parent 06c9981 commit 27e3f88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jbmc/regression/jbmc-strings/TokenTest01/test.desc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FUTURE
1+
CORE
22
TokenTest01.class
3-
--max-nondet-string-length 1000 --unwind 30
3+
--max-nondet-string-length 1000 --unwind 30 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/jbmc-strings/TokenTest02/test.desc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FUTURE
1+
CORE
22
TokenTest02.class
3-
--max-nondet-string-length 1000 --unwind 15
3+
--max-nondet-string-length 1000 --unwind 15 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

0 commit comments

Comments
 (0)