Browse Source

Declare annotation: add the 50 odd tests in.

tags/V1_5_0M2
aclement 19 years ago
parent
commit
608a6d8f6b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java

+ 1
- 0
tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java View File

@@ -39,6 +39,7 @@ public class AllTestsAspectJ150 {
suite.addTest(AnnotationBinding.suite());
suite.addTest(SuppressedWarnings.suite());
suite.addTest(DeclareAnnotationTests.suite());
//$JUnit-END$
return suite;
}

Loading…
Cancel
Save