summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2004-08-18 07:23:15 +0000
committeraclement <aclement>2004-08-18 07:23:15 +0000
commit5d2c29e5769f11763514a173690c290f3111e64b (patch)
treeb8a3e9a6c0f42b14f79bf98ca31cf1868abf4756
parent84e4e53608871ab3ad0381d19abd8fa2e1bc4533 (diff)
downloadaspectj-5d2c29e5769f11763514a173690c290f3111e64b.tar.gz
aspectj-5d2c29e5769f11763514a173690c290f3111e64b.zip
Took out expected error on 'run class'.
-rw-r--r--tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml b/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml
index b687ae762..1ef453ef8 100644
--- a/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml
+++ b/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml
@@ -329,11 +329,9 @@
<message kind="error" line="7" text="The method returnNothing(Object) from the type ITD is not visible"/>
</compile>
</ajc-test>
-
+
<ajc-test dir="bugs" pr="62642"
title="proper handling of ExceptionInIntializer inside clinit in presence of after throwing advice">
<compile files="pr62642.java"/>
- <run class="pr62642">
- <message kind="error"/>
- </run>
+ <run class="pr62642"/>
</ajc-test>