]> source.dussan.org Git - aspectj.git/commitdiff
remove syserr
authoracolyer <acolyer>
Thu, 17 Feb 2005 15:06:21 +0000 (15:06 +0000)
committeracolyer <acolyer>
Thu, 17 Feb 2005 15:06:21 +0000 (15:06 +0000)
tests/src/org/aspectj/systemtest/ajc150/AnnotationBinding.java

index 84ea3435c407cca80a080668a595eee0ba061e55..fb013fbd7e0f6d7f145be6d0b90aac81b29e461b 100644 (file)
@@ -231,7 +231,6 @@ public class AnnotationBinding extends XMLBasedAjcTestCase {
   //'@within()' but multiple types around (some annotated)
   public void testWithinBinding2() {
        runTest("@within - multiple types");
-       System.err.println(getLastRunResult().getStdErr());
   }
   
   ///////////////////////////////////// @WITHINCODE