Browse Source

148508, 265418: tests and fixes: array and varargs subtype patterns

tags/pre268419
aclement 15 years ago
parent
commit
513a526e3b

+ 0
- 4
tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java View File

@@ -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");
}

+ 0
- 5
tests/src/org/aspectj/systemtest/ajc162/ajc162.xml View File

@@ -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"/>

Loading…
Cancel
Save