From c9f311aeeb11fb1427ec8857c24cfe3ffa6c7c9d Mon Sep 17 00:00:00 2001 From: acolyer Date: Sat, 24 Jun 2006 11:36:59 +0000 Subject: tests and implementation for enh 147711 (use true synthetic attribute/flag for aj synthetic members). --- tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 4 ++-- tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java | 1 + tests/src/org/aspectj/systemtest/ajc152/ajc152.xml | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 091042fae..57efbdf93 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -84,7 +84,7 @@ - + @@ -117,7 +117,7 @@ - + diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 202e592a4..e0764bc6b 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -103,6 +103,7 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testGenericAspectHierarchyWithBounds_pr147845() { runTest("Generic abstract aspect hierarchy with bounds"); } public void testJRockitBooleanReturn_pr148007() { runTest("jrockit boolean fun");} public void testJRockitBooleanReturn2_pr148007() { runTest("jrockit boolean fun (no aspects)");} + public void testSyntheticAjcMembers_pr147711() { runTest("synthetic ajc$ members"); } public void testDeclareAtMethodRelationship_pr143924() { //AsmManager.setReporting("c:/debug.txt",true,true,true,true); diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index 1505d989a..87d466f62 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -755,5 +755,10 @@ + + + + + \ No newline at end of file -- cgit v1.2.3