Browse Source

Fix for Bug 83645: pertypewithin({interface}) illegal field modifier

- Adding convenient subclass in testcase infrastructure
tags/Root_AspectJ5_Development
aclement 19 years ago
parent
commit
fa3cbd5115

+ 6
- 0
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java View File

@@ -304,6 +304,12 @@ public class AjcTestCase extends TestCase {
}
}
public static class EmptyMessageSpec extends MessageSpec {
public EmptyMessageSpec() {
super(null,null);
}
}
/**
* Helper class representing the results of running a test program built
* by the compiler. Provides access to the standard out and error of the

Loading…
Cancel
Save