diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java index 24db7c90d..f731b86c1 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java @@ -354,6 +354,9 @@ public class MoreOutputLocationManagerTests extends AbstractMultiProjectIncremen public void reportClassFileWrite(String outputfile) { } + public void reportClassFileRemove(String outputfile) { + } + public String getSourceFolderForFile(File sourceFile) { // TODO Auto-generated method stub return null; |