Skip to content

Commit d7ef0bc

Browse files
committed
Fix coreModels test to match latest java models library
As of the update in diffblue/java-models-library#5 cprover.CProver no longer has a static initializer.
1 parent 90c56b3 commit d7ef0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbmc/regression/jbmc/coreModels/test.desc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test.class
33
--show-symbol-table --cp ../../../src/java_bytecode/library/core-models.jar:.
44
^EXIT=0$
55
^SIGNAL=0$
6-
^Symbol\s*\.*\: java\:\:org\.cprover\.CProver\.\<clinit\>\:\(\)V$
6+
^Symbol\s*\.*\: java\:\:org\.cprover\.CProver\.\<init\>\:\(\)V$
77
--
88
--
9-
tests that the core models are being loaded by checking if the static initializer for the CProver class was
9+
tests that the core models are being loaded by checking if the constructor for the CProver class was

0 commit comments

Comments
 (0)