diff options
author | aclement <aclement> | 2006-09-28 10:51:13 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-09-28 10:51:13 +0000 |
commit | c50a557d3c5de6868dee87e187bf1ae33636cae4 (patch) | |
tree | 317c1dce183f0e828d09b621f523b94136a97190 /tests/features152/synchronization | |
parent | bbc4284b46b7f276239f059e96fe11852ca6f87b (diff) | |
download | aspectj-c50a557d3c5de6868dee87e187bf1ae33636cae4.tar.gz aspectj-c50a557d3c5de6868dee87e187bf1ae33636cae4.zip |
test and fixes for 145442 - line number info for stack traces.
Diffstat (limited to 'tests/features152/synchronization')
-rw-r--r-- | tests/features152/synchronization/transformed/expected/C.ma.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/features152/synchronization/transformed/expected/C.ma.txt b/tests/features152/synchronization/transformed/expected/C.ma.txt index 0a6b97849..4d76af4e4 100644 --- a/tests/features152/synchronization/transformed/expected/C.ma.txt +++ b/tests/features152/synchronization/transformed/expected/C.ma.txt @@ -1,13 +1,13 @@ public void ma() org.aspectj.weaver.MethodDeclarationLineNumber: 14:307 : - INVOKESTATIC Two.aspectOf ()LTwo; + INVOKESTATIC Two.aspectOf ()LTwo; (line 15) INVOKEVIRTUAL Two.ajc$before$Two$1$8d8821ee ()V ALOAD_0 DUP ASTORE_1 MONITORENTER finally -> E1 - | GETSTATIC java.lang.System.err Ljava/io/PrintStream; (line 15) + | GETSTATIC java.lang.System.err Ljava/io/PrintStream; | LDC "hello" | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V | ALOAD_1 |