aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
diff options
context:
space:
mode:
authoraclement <aclement>2006-05-18 11:45:53 +0000
committeraclement <aclement>2006-05-18 11:45:53 +0000
commit4cd98f5929a019b2b9dc5ca430afbe8b67bb50d9 (patch)
treecf60feaec18397283f3a4c33ce64ec91805fb06e /tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
parent7c02aab127411cb5b3503a7d585eed39241f3b7a (diff)
downloadaspectj-4cd98f5929a019b2b9dc5ca430afbe8b67bb50d9.tar.gz
aspectj-4cd98f5929a019b2b9dc5ca430afbe8b67bb50d9.zip
tests moved to 125480
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc151/ajc151.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc151/ajc151.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
index 43fb2813d..1c8ab5a75 100644
--- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
+++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
@@ -318,12 +318,6 @@
</run>
</ajc-test>
- <ajc-test dir="bugs151/pr125480" title="aop.xml aspect inherits abstract method that has concrete implementation in parent">
- <compile files="HelloWorld.java"/>
- <compile files="AbstractMethods.aj, ConcreteMethods.aj"/>
- <run class="HelloWorld" ltw="aop-tracing.xml"/>
- </ajc-test>
-
<ajc-test dir="bugs151/pr125699" title="inherit advice with this() and thisJoinPoint">
<compile files="Tracing.aj, TestTracing.aj, AtTestTracing.java" options="-1.5">
<message kind="warning" line="13" text="advice defined in Tracing has not been applied [Xlint:adviceDidNotMatch]"/>