File tree 11 files changed +42
-24
lines changed
11 files changed +42
-24
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+ <groupId >org.cprover.regression</groupId >
7
+ <artifactId >regression.jbmc.class-fields</artifactId >
8
+ <version >1.0-SNAPSHOT</version >
9
+
10
+ <parent >
11
+ <groupId >org.cprover.regression</groupId >
12
+ <artifactId >regression.jbmc</artifactId >
13
+ <version >1.0-SNAPSHOT</version >
14
+ </parent >
15
+
16
+ <dependencies >
17
+ <dependency >
18
+ <groupId >org.cprover.util</groupId >
19
+ <artifactId >cprover-api</artifactId >
20
+ </dependency >
21
+ </dependencies >
22
+
23
+ <build >
24
+ <plugins >
25
+ <plugin >
26
+ <artifactId >maven-jar-plugin</artifactId >
27
+ <executions >
28
+ <execution >
29
+ <id >default-jar</id >
30
+ <phase >none</phase >
31
+ </execution >
32
+ </executions >
33
+ </plugin >
34
+ </plugins >
35
+ </build >
36
+
37
+ </project >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ protected void cproverNondetInitialize() {
9
9
org .cprover .CProver .assume (field == null );
10
10
}
11
11
12
+ public boolean desiredAssertionStatus () {
13
+ return true ;
14
+ }
12
15
}
Original file line number Diff line number Diff line change 1
1
CORE
2
2
Test
3
- --function Test.main
3
+ --function Test.main -cp target/classes
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^VERIFICATION FAILED$
Original file line number Diff line number Diff line change 67
67
<module >cast_null2</module >
68
68
<module >catch1</module >
69
69
<module >char1</module >
70
+ <module >class-fields</module >
70
71
<module >classpath-jar-load-whole-jar</module >
71
72
</modules >
72
73
You can’t perform that action at this time.
0 commit comments