From e61a086610c0f9363e3197bd22348f0721c29fb0 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 10 Mar 2005 17:36:03 +0000 Subject: [PATCH] temporarily removed one test... until parser reopened for next compiler integration. --- tests/src/org/aspectj/systemtest/ajc150/Annotations.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc150/Annotations.java b/tests/src/org/aspectj/systemtest/ajc150/Annotations.java index 4cf7d0a7b..d36426f38 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Annotations.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Annotations.java @@ -95,9 +95,10 @@ public class Annotations extends XMLBasedAjcTestCase { runTest("annotated pointcut"); } - public void testAnnotatedDeclareStatements() { - runTest("annotated declare statements"); - } + // FIXME asc uncomment this test when parser is opened up +// public void testAnnotatedDeclareStatements() { +// runTest("annotated declare statements"); +// } public void testBasicDeclareAnnotation() { runTest("basic declare annotation parse test"); -- 2.39.5