Skip to content

Commit b8743fa

Browse files
authored
Merge pull request diffblue#2415 from tautschnig/fix-models
Fix coreModels test to match latest java models library
2 parents 90c56b3 + d7ef0bc commit b8743fa

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)