aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs162/pr241047/SomeBaseClass.java4
-rw-r--r--tests/src/org/aspectj/systemtest/ajc162/ajc162.xml2
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/bugs162/pr241047/SomeBaseClass.java b/tests/bugs162/pr241047/SomeBaseClass.java
index 0bd809d26..957b69e82 100644
--- a/tests/bugs162/pr241047/SomeBaseClass.java
+++ b/tests/bugs162/pr241047/SomeBaseClass.java
@@ -7,11 +7,11 @@ public class SomeBaseClass<Type extends Object> {
public static void main(String[] args) {
new SomeBaseClass<Object>().tag_someBaseMethod();
new SomeSubClass().tag_someMethod(); // this does not match correctly...
- System.out.println("");
+// System.out.println("");
new SomeBaseClass2<Object>().tag_someBaseMethod();
new SomeSubClass2().tag_someMethod();
- System.out.println("");
+// System.out.println("");
new SomeBaseClass3().tag_someBaseMethod();
new SomeSubClass3().tag_someMethod();
diff --git a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
index c9833c847..6536b01e8 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
+++ b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
@@ -12,12 +12,10 @@
<line text="some base method"/>
<line text="correct advice :-)"/>
<line text="some sub method"/>
- <line text=""/>
<line text="correct advice :-)"/>
<line text="some base method2"/>
<line text="correct advice :-)"/>
<line text="some sub method2"/>
- <line text=""/>
<line text="correct advice :-)"/>
<line text="some base method3"/>
<line text="correct advice :-)"/>