aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
index 4e1166ef9..09cd95474 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
@@ -48,6 +48,9 @@ public class IncrementalOutputLocationManagerTests extends AbstractMultiProjectI
public void reportClassFileWrite(String outputfile) {
}
+ public void reportClassFileRemove(String outputfile) {
+ }
+
public File getOutputLocationForClass(File compilationUnit) {
String path = compilationUnit.getAbsolutePath();
int index = path.indexOf("src");