diff options
author | Andy Clement <aclement@vmware.com> | 2012-03-19 13:42:20 -0700 |
---|---|---|
committer | Andy Clement <aclement@vmware.com> | 2012-03-19 13:42:20 -0700 |
commit | afae1fc59a4d857b1e19f282b7a38fe061afe738 (patch) | |
tree | 8708048b4d94d484fe07f7c7677eb372ffdcbaf4 /tests | |
parent | 1c0f36ea2026aff22afd9c9d22782db8233c8b95 (diff) | |
download | aspectj-afae1fc59a4d857b1e19f282b7a38fe061afe738.tar.gz aspectj-afae1fc59a4d857b1e19f282b7a38fe061afe738.zip |
invokedynamic tidyup - handle calling getClassname on itinvokedynamic
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java b/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java index ebdf20c3e..77a50869c 100644 --- a/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java @@ -25,7 +25,7 @@ import org.aspectj.weaver.UnresolvedType; */ public class Ajc170Tests extends org.aspectj.testing.XMLBasedAjcTestCase { - +/* public void testPublicITDFs_pr73507_1() { runTest("public ITDfs - 1"); } @@ -41,6 +41,7 @@ public class Ajc170Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testPublicITDFs_pr73507_4() { runTest("public ITDfs - 4"); } +*/ public void testBCExceptionAnnoDecp_371998() { runTest("BCException anno decp"); |