diff options
author | acolyer <acolyer> | 2005-11-24 14:28:27 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-11-24 14:28:27 +0000 |
commit | 6eb77c5a3b8328e67a047bc6410a858302a3c714 (patch) | |
tree | 2daa5515d86a31b9756c482a136623ad53b6c52a /tests | |
parent | b3be9410fcd333a516e6a220d30f9705b7aa9748 (diff) | |
download | aspectj-6eb77c5a3b8328e67a047bc6410a858302a3c714.tar.gz aspectj-6eb77c5a3b8328e67a047bc6410a858302a3c714.zip |
fix for pr117614 + changes to make cantFindType a lint warning (default to error) so that it is user controllable in binary weave scenarios.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java index 2af72359d..1c1a82d81 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java @@ -395,7 +395,7 @@ public class GenericsTests extends XMLBasedAjcTestCase { public void testSophisticatedAspectsV() {runTest("uberaspects - V");} // casts are gone public void testSophisticatedAspectsW() {runTest("uberaspects - W");} public void testSophisticatedAspectsX() {runTest("uberaspects - X");} // from the AJDK -// public void testSophisticatedAspectsY() {runTest("uberaspects - Y");} // pointcut matching + public void testSophisticatedAspectsY() {runTest("uberaspects - Y");} // pointcut matching // FIXME asc these two tests have peculiar error messages - generic aspect related // public void testItdUsingTypeParameter() {runTest("itd using type parameter");} |