aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest
diff options
context:
space:
mode:
authoraclement <aclement>2011-12-10 01:09:13 +0000
committeraclement <aclement>2011-12-10 01:09:13 +0000
commit15c66c9800bdd242a853e277f179421cbf318abe (patch)
tree995fa9e3d573ad8e783ba4f1712cb6d49d09ff61 /tests/src/org/aspectj/systemtest
parentb50ff0ca3a815d1ebdac72de24ae1532e1bfd54d (diff)
downloadaspectj-15c66c9800bdd242a853e277f179421cbf318abe.tar.gz
aspectj-15c66c9800bdd242a853e277f179421cbf318abe.zip
message changes for e37
Diffstat (limited to 'tests/src/org/aspectj/systemtest')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
index aad28e2a5..b7e20f2cb 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
+++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
@@ -811,9 +811,11 @@ public class GenericsTests extends XMLBasedAjcTestCase {
runTest("ajdk notebook: signature matching with generic wildcards");
}
- public void testAJDKBridgeMethodExamples() {
- runTest("ajdk notebook: bridge method examples");
- }
+ // had to remove at e37 level - although pointcuts are likely to work, we can't compile the code
+ // that invokes the bridge methods - seems the compiler is too smart and won't let them through.
+// public void testAJDKBridgeMethodExamples() {
+// runTest("ajdk notebook: bridge method examples");
+// }
public void testAJDKArgsExamples() {
runTest("ajdk notebook: args examples");