Skip to content

Commit bc904d8

Browse files
tautschnigpolgreen
authored andcommitted
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 d8f2b4c commit bc904d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbmc/regression/jbmc/coreModels/test.desc

Lines changed: 2 additions & 2 deletions
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)