summaryrefslogtreecommitdiffstats
path: root/tests/features152/synchronization
diff options
context:
space:
mode:
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;