aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base/test121/Driver.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base/test121/Driver.java')
-rw-r--r--tests/base/test121/Driver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base/test121/Driver.java b/tests/base/test121/Driver.java
index ff9fffb28..c363fbd3e 100644
--- a/tests/base/test121/Driver.java
+++ b/tests/base/test121/Driver.java
@@ -74,7 +74,7 @@ aspect A pertarget(target(Foo)){
// System.out.println(thisJoinPoint.className +"."+
// thisJoinPoint.methodName);
}
- Foo.new(int n) { ranIntroducedConstructor = true; }
+ Foo.new(int n) { this(); ranIntroducedConstructor = true; }
// make sure advice doesn't go on the toString() method
// this would result in an infinite recursion