diff options
author | aclement <aclement> | 2006-07-27 09:57:26 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-07-27 09:57:26 +0000 |
commit | e4ab0ae5762be7d9869e0eee350677ac79749150 (patch) | |
tree | ef79964782654ecc1af26119021bbed24aafe401 /tests/features152/synchronization | |
parent | db06666e1c5858bdc4e6fb0c43ec2d74efd649f2 (diff) | |
download | aspectj-e4ab0ae5762be7d9869e0eee350677ac79749150.tar.gz aspectj-e4ab0ae5762be7d9869e0eee350677ac79749150.zip |
fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode
Diffstat (limited to 'tests/features152/synchronization')
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/features152/synchronization/transformed/expected/C.m.txt b/tests/features152/synchronization/transformed/expected/C.m.txt index 70270b463..7f5a34cdc 100644 --- a/tests/features152/synchronization/transformed/expected/C.m.txt +++ b/tests/features152/synchronization/transformed/expected/C.m.txt @@ -20,5 +20,4 @@ L0: INVOKESTATIC Four.aspectOf ()LFour; INVOKEVIRTUAL Four.ajc$afterReturning$Four$1$c2776aed ()V RETURN - RETURN end public void m() diff --git a/tests/features152/synchronization/transformed/expected/C.m3.txt b/tests/features152/synchronization/transformed/expected/C.m3.txt index f6406ff45..f1157285e 100644 --- a/tests/features152/synchronization/transformed/expected/C.m3.txt +++ b/tests/features152/synchronization/transformed/expected/C.m3.txt @@ -20,5 +20,4 @@ L0: INVOKESTATIC Three.aspectOf ()LThree; INVOKEVIRTUAL Three.ajc$afterReturning$Three$1$3f09355c ()V RETURN - RETURN end public void m3() diff --git a/tests/features152/synchronization/transformed/expected/C.m33.txt b/tests/features152/synchronization/transformed/expected/C.m33.txt index c96a8e2be..6f09fc98a 100644 --- a/tests/features152/synchronization/transformed/expected/C.m33.txt +++ b/tests/features152/synchronization/transformed/expected/C.m33.txt @@ -21,5 +21,4 @@ INVOKESTATIC Three.aspectOf ()LThree; INVOKEVIRTUAL Three.ajc$afterReturning$Three$3$b48e4ae1 ()V RETURN - RETURN end public void m33() |