summaryrefslogtreecommitdiffstats
path: root/tests/features152/synchronization
diff options
context:
space:
mode:
authoraclement <aclement>2006-09-28 10:51:13 +0000
committeraclement <aclement>2006-09-28 10:51:13 +0000
commitc50a557d3c5de6868dee87e187bf1ae33636cae4 (patch)
tree317c1dce183f0e828d09b621f523b94136a97190 /tests/features152/synchronization
parentbbc4284b46b7f276239f059e96fe11852ca6f87b (diff)
downloadaspectj-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.txt4
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