diff options
author | aclement <aclement> | 2008-10-30 19:03:56 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-30 19:03:56 +0000 |
commit | 3594800a4c212228183822ec2db3962635655d83 (patch) | |
tree | 609ab8ac82f99f7b81722172c19340d81c468862 /tests/bugs150 | |
parent | fc7ac6820b4ab997cd40cf781f1b7fd3271c0d61 (diff) | |
download | aspectj-3594800a4c212228183822ec2db3962635655d83.tar.gz aspectj-3594800a4c212228183822ec2db3962635655d83.zip |
tests for 163005: upgraded test for 80571
Diffstat (limited to 'tests/bugs150')
-rw-r--r-- | tests/bugs150/pr80571.aj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs150/pr80571.aj b/tests/bugs150/pr80571.aj index f7e3bc806..8991d4030 100644 --- a/tests/bugs150/pr80571.aj +++ b/tests/bugs150/pr80571.aj @@ -1,4 +1,4 @@ -public class pr80571 { +public class pr80571 implements I{ public static void main(String[] args) { new pr80571(); @@ -19,4 +19,4 @@ aspect A { System.out.println("after"); return ret; } -}
\ No newline at end of file +} |