]> source.dussan.org Git - aspectj.git/commitdiff
For some reason eclipse won't let me commit ajc150.xml right now, so I have to commen...
authoraclement <aclement>
Tue, 10 May 2005 15:56:31 +0000 (15:56 +0000)
committeraclement <aclement>
Tue, 10 May 2005 15:56:31 +0000 (15:56 +0000)
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java

index 1f9d16ca034d380d389f7df880c32139d4b4465f..1354e1d68947e03dd6030622603d323b552c88ed 100644 (file)
@@ -157,9 +157,9 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
          runTest("pertypewithin({interface}) illegal field modifier");
   }
   
-  public void testEnumCalledEnumEtc() {
-         runTest("enum called Enum, annotation called Annotation, etc");
-  }
+//  public void testEnumCalledEnumEtc() {
+//       runTest("enum called Enum, annotation called Annotation, etc");
+//  }
   
   // helper methods.....