From aaa349d1543fbad515ff4fce869799fac591118d Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 20 Jul 2005 11:11:29 +0000 Subject: changes to construction and representation of parameterized types, and enforcement of the constraint that type mungers always operate on the generic type (never raw or parameterized) --- tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java index 90d2cf4fb..6f8877814 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java @@ -178,7 +178,7 @@ public class GenericsTests extends XMLBasedAjcTestCase { public void testPR96220_GenericDecp() { runTest("generic decp - simple"); - verifyClassSignature("Basic","Ljava/lang/Object;LJ;LI;"); + verifyClassSignature("Basic","Ljava/lang/Object;PJ;PI;"); } // Both the existing type decl and the one adding via decp are parameterized -- cgit v1.2.3