diff options
Diffstat (limited to 'tests/bugs150/pr59397.aj')
-rw-r--r-- | tests/bugs150/pr59397.aj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs150/pr59397.aj b/tests/bugs150/pr59397.aj index a8c157c9e..b11d6f475 100644 --- a/tests/bugs150/pr59397.aj +++ b/tests/bugs150/pr59397.aj @@ -1,5 +1,5 @@ aspect A { - HW.new(String s) {} + HW.new(String s) {this();} declare warning : initialization(HW.new(String,A)) : "should not match"; declare warning : initialization(HW.new(String)) : "should match"; } |