summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-05-10 15:56:31 +0000
committeraclement <aclement>2005-05-10 15:56:31 +0000
commit85c9757ddf9cefe7379ce11be2ce9fa714a2e219 (patch)
tree3b0eb6655bc353bcc857ae33473bcb0999bc730d /tests
parent83655ff47c1af1ca58c8043626799e0483d5acd4 (diff)
downloadaspectj-85c9757ddf9cefe7379ce11be2ce9fa714a2e219.tar.gz
aspectj-85c9757ddf9cefe7379ce11be2ce9fa714a2e219.zip
For some reason eclipse won't let me commit ajc150.xml right now, so I have to comment out the call to the XML ?!?!?
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
index 1f9d16ca0..1354e1d68 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
@@ -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.....