We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae3c6b commit e52abcbCopy full SHA for e52abcb
jbmc/regression/jbmc/coreModels/test.desc
@@ -3,7 +3,12 @@ test.class
3
--show-symbol-table --cp ../../../src/java_bytecode/library/core-models.jar:.
4
^EXIT=0$
5
^SIGNAL=0$
6
-^Symbol\s*\.*\: java\:\:org\.cprover\.CProver\.\<clinit\>\:\(\)V$
+^Symbol.*: java::org.cprover.CProver.assume:\(
7
+^Symbol.*: java::org.cprover.CProver.nondetInt:\(
8
+^Symbol.*: java::org.cprover.CProver.nondetChar:\(
9
--
10
+^failed to load class .org.cprover.CProver.$
11
-tests that the core models are being loaded by checking if the static initializer for the CProver class was
12
+This checks that the core models are being loaded. We check that methods
13
+assume(), nodetInt(), and nondetChar() are defined in class org.cprover.CProver
14
+and that JBMC does not complain while trying to load the that class.
0 commit comments