// runTest("advising privileged access method");
// }
- /*
public void testPipeliningAndGenerics_309336() {
runTest("pipelining and generics");
}
- public void testCrashParamAnnos_309440() {
- runTest("crash param annos");
- }
- */
-
+
+ /*
+ * public void testCrashParamAnnos_309440() { runTest("crash param annos"); }
+ */
+
// 1.6.9 M1 below here
public void testSubtleGenericsIssue_308773() {
runTest("subtle generics problem");
<suite>
<ajc-test dir="bugs169/pr309336" title="pipelining and generics">
- <compile files="NoSystemStreams.aj UseOperators.java Operators.java" options="-1.5"/>
+ <compile files="NoSystemStreams.aj UseOperators.java Operators.java" options="-1.5">
+ <message kind="warning" text="No system.out"/>
+ </compile>
</ajc-test>
<ajc-test dir="bugs169/pr308773" title="subtle generics problem">