aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/PR82570_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/PR82570_1.java')
-rw-r--r--tests/bugs150/PR82570_1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs150/PR82570_1.java b/tests/bugs150/PR82570_1.java
index 074ad22d1..c7eb464d6 100644
--- a/tests/bugs150/PR82570_1.java
+++ b/tests/bugs150/PR82570_1.java
@@ -12,7 +12,7 @@ public class PR82570_1 {
aspect X {
- public PR82570_1.new(String p) {}
+ public PR82570_1.new(String p) { this(); }
public int PR82570_1.itdField;