File tree Expand file tree Collapse file tree 5 files changed +39
-1
lines changed
Expand file tree Collapse file tree 5 files changed +39
-1
lines changed 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.assume3</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 11CORE
22Assume3
3-
3+ -cp target/classes
44^EXIT=0$
55^SIGNAL=0$
66^VERIFICATION SUCCESSFUL$
Original file line number Diff line number Diff line change 5151 <module >assertion_error_constructors</module >
5252 <module >assume1</module >
5353 <module >assume2</module >
54+ <module >assume3</module >
5455 <module >classpath-jar-load-whole-jar</module >
5556 </modules >
5657
You can’t perform that action at this time.
0 commit comments