Browse Source

empty pseudo-test required by ant junit

tags/PRE_ANDY
wisberg 19 years ago
parent
commit
ea1e24808f

+ 1
- 0
weaver/testsrc/org/aspectj/weaver/patterns/ConcretizationTestCase.java View File

@@ -23,6 +23,7 @@ public class ConcretizationTestCase extends WeaveTestCase {
public ConcretizationTestCase(String name) {
super(name);
}
public void testNothingForAntJUnit() {}
// String[] none = new String[0];

Loading…
Cancel
Save