summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2009-02-19 21:05:09 +0000
committeraclement <aclement>2009-02-19 21:05:09 +0000
commit513a526e3bcdfdf73b2a317e22d5cedfbd156d56 (patch)
tree7e093ecfe91a5954b4049265007cf98fe8500eeb /tests
parent0da0f4fbc6733814b049366938403101a9e578a7 (diff)
downloadaspectj-513a526e3bcdfdf73b2a317e22d5cedfbd156d56.tar.gz
aspectj-513a526e3bcdfdf73b2a317e22d5cedfbd156d56.zip
148508, 265418: tests and fixes: array and varargs subtype patterns
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java4
-rw-r--r--tests/src/org/aspectj/systemtest/ajc162/ajc162.xml5
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
index 82a918543..957c50aa9 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
@@ -50,10 +50,6 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
runTest("ltw perclause");
}
- // public void testParserProblemSubArrayPatterns_pr148508() {
- // runTest("parser problem for array subtypes");
- // }
-
public void testNullDelegateForArray_pr247683() {
runTest("null delegate for array");
}
diff --git a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
index 67d529270..d8b86f20d 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
+++ b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
@@ -3,11 +3,6 @@
<!-- AspectJ v1.6.2 Tests -->
<suite>
- <ajc-test dir="bugs162" title="parser problem for array subtypes">
- <compile files="PR148508.java"/>
- <run class="PR148508">
- </run>
- </ajc-test>
<ajc-test dir="bugs162/pr247683" title="null delegate for array">
<compile options="-1.5" files="A.java"/>