Skip to content

Commit 0585c26

Browse files
committed
Fixing asm tests for newer java versions
1 parent 59ea1d9 commit 0585c26

37 files changed

+2
-2
lines changed

src/test/java/soot/asm/backend/AbstractASMBackendTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void runTestAndCompareOutput() throws IOException {
163163
* @return The location of the process-dir folder
164164
*/
165165
protected String getTargetFolder() {
166-
File f = new File("./target/test-classes");
166+
File f = new File("./test-classes-asm");
167167
return f.getAbsolutePath();
168168
}
169169

@@ -173,7 +173,7 @@ protected String getTargetFolder() {
173173
* @return The location of the folder containing the test files
174174
*/
175175
protected String getClassPathFolder() {
176-
File f = new File("./target/test-classes");
176+
File f = new File("./test-classes-asm");
177177
return f.getAbsolutePath();
178178
}
179179

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)