Browse Source

AspectJ6: expected results changed as compiler output has changed slightly

tags/V1_6_0M1
aclement 16 years ago
parent
commit
13ee864bee

+ 1
- 1
tests/features152/synchronization/transformed/expected/Investigation.b.txt View File

@@ -1,4 +1,4 @@
public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 19:312
public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 19:294
:
ALOAD_0 // LInvestigation; this (line 20)
DUP

+ 2
- 2
tests/features152/synchronization/transformed/expected/Investigation.c.txt View File

@@ -1,4 +1,4 @@
public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 26:439
public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 26:414
:
ALOAD_0 // LInvestigation; this (line 27)
DUP
@@ -16,8 +16,8 @@
| | ALOAD_2 // Ljava/io/File; f
| | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
| | POP
| | GOTO L0
| catch java.io.IOException -> E0
| GOTO L0
| E0: POP (line 31)
| GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 32)
| LDC "bang"

+ 1
- 1
tests/features152/synchronization/transformed/expected/Investigation.d.txt View File

@@ -1,4 +1,4 @@
public void d() org.aspectj.weaver.MethodDeclarationLineNumber: 38:706
public void d() org.aspectj.weaver.MethodDeclarationLineNumber: 38:669
:
ALOAD_0 // LInvestigation; this (line 39)
DUP

+ 1
- 1
tests/features152/synchronization/transformed/expected/Investigation.e.txt View File

@@ -1,4 +1,4 @@
public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 48:904
public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 48:857
:
ALOAD_0 // LInvestigation; this (line 49)
DUP

+ 1
- 1
tests/features152/synchronization/transformed/expected/One.b.txt View File

@@ -1,4 +1,4 @@
public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 13:259
public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 13:247
:
ALOAD_0
DUP

+ 2
- 2
tests/features152/synchronization/transformed/expected/One.c.txt View File

@@ -1,4 +1,4 @@
public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 18:368
public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 18:351
:
ALOAD_0
DUP
@@ -16,8 +16,8 @@
| | ALOAD_1 // Ljava/io/File; f
| | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
| | POP
| | GOTO L0
| catch java.io.IOException -> E0
| GOTO L0
| E0: POP (line 22)
| GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 23)
| LDC "bang"

+ 1
- 1
tests/features152/synchronization/transformed/expected/One.e.txt View File

@@ -1,4 +1,4 @@
public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 28:611
public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 28:584
:
ALOAD_0
DUP

Loading…
Cancel
Save