summaryrefslogtreecommitdiffstats
path: root/tests/features152/synchronization
diff options
context:
space:
mode:
authorAndy Clement <aclement@gopivotal.com>2013-07-29 11:19:02 -0700
committerAndy Clement <andrew.clement@gmail.com>2013-07-29 12:05:09 -0700
commit38206a5304739c5e986c26e71186b74db0a5af5b (patch)
tree5da23736fef0e082b37eeee4e21342ebd0e590bc /tests/features152/synchronization
parent302c14ee680d5782cba619d8cc748e60afd09561 (diff)
downloadaspectj-38206a5304739c5e986c26e71186b74db0a5af5b.tar.gz
aspectj-38206a5304739c5e986c26e71186b74db0a5af5b.zip
AspectJ 1.8
Diffstat (limited to 'tests/features152/synchronization')
-rw-r--r--tests/features152/synchronization/transformed/expected/Investigation.c.txt4
-rw-r--r--tests/features152/synchronization/transformed/expected/One.c.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/features152/synchronization/transformed/expected/Investigation.c.txt b/tests/features152/synchronization/transformed/expected/Investigation.c.txt
index 1bd977fd0..ae35130eb 100644
--- a/tests/features152/synchronization/transformed/expected/Investigation.c.txt
+++ b/tests/features152/synchronization/transformed/expected/Investigation.c.txt
@@ -17,8 +17,8 @@
| | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
| | POP
| catch java.io.IOException -> E0
- | GOTO L0
- | E0: POP (line 31)
+ | GOTO L0 (line 31)
+ | E0: POP
| GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 32)
| LDC "bang"
| INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
diff --git a/tests/features152/synchronization/transformed/expected/One.c.txt b/tests/features152/synchronization/transformed/expected/One.c.txt
index 08d44ddee..dd32ff599 100644
--- a/tests/features152/synchronization/transformed/expected/One.c.txt
+++ b/tests/features152/synchronization/transformed/expected/One.c.txt
@@ -17,8 +17,8 @@
| | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
| | POP
| catch java.io.IOException -> E0
- | GOTO L0
- | E0: POP (line 22)
+ | GOTO L0 (line 22)
+ | E0: POP
| GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 23)
| LDC "bang"
| INVOKESTATIC One.aspectOf ()LOne;