From 13ee864beeae3ddc9043352bdcb9421db96a8bb1 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 16 Jan 2008 23:50:23 +0000 Subject: [PATCH] AspectJ6: expected results changed as compiler output has changed slightly --- .../synchronization/transformed/expected/Investigation.b.txt | 2 +- .../synchronization/transformed/expected/Investigation.c.txt | 4 ++-- .../synchronization/transformed/expected/Investigation.d.txt | 2 +- .../synchronization/transformed/expected/Investigation.e.txt | 2 +- .../synchronization/transformed/expected/One.b.txt | 2 +- .../synchronization/transformed/expected/One.c.txt | 4 ++-- .../synchronization/transformed/expected/One.e.txt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/features152/synchronization/transformed/expected/Investigation.b.txt b/tests/features152/synchronization/transformed/expected/Investigation.b.txt index 15f83a1d6..46d76f64a 100644 --- a/tests/features152/synchronization/transformed/expected/Investigation.b.txt +++ b/tests/features152/synchronization/transformed/expected/Investigation.b.txt @@ -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 diff --git a/tests/features152/synchronization/transformed/expected/Investigation.c.txt b/tests/features152/synchronization/transformed/expected/Investigation.c.txt index 7fa235d5d..1bd977fd0 100644 --- a/tests/features152/synchronization/transformed/expected/Investigation.c.txt +++ b/tests/features152/synchronization/transformed/expected/Investigation.c.txt @@ -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. (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" diff --git a/tests/features152/synchronization/transformed/expected/Investigation.d.txt b/tests/features152/synchronization/transformed/expected/Investigation.d.txt index a2a73c36a..a5a0bb4e4 100644 --- a/tests/features152/synchronization/transformed/expected/Investigation.d.txt +++ b/tests/features152/synchronization/transformed/expected/Investigation.d.txt @@ -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 diff --git a/tests/features152/synchronization/transformed/expected/Investigation.e.txt b/tests/features152/synchronization/transformed/expected/Investigation.e.txt index 6508daf3a..7df70b805 100644 --- a/tests/features152/synchronization/transformed/expected/Investigation.e.txt +++ b/tests/features152/synchronization/transformed/expected/Investigation.e.txt @@ -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 diff --git a/tests/features152/synchronization/transformed/expected/One.b.txt b/tests/features152/synchronization/transformed/expected/One.b.txt index 948cb66cd..5cef0d35f 100644 --- a/tests/features152/synchronization/transformed/expected/One.b.txt +++ b/tests/features152/synchronization/transformed/expected/One.b.txt @@ -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 diff --git a/tests/features152/synchronization/transformed/expected/One.c.txt b/tests/features152/synchronization/transformed/expected/One.c.txt index 3641c9b36..e96e42b07 100644 --- a/tests/features152/synchronization/transformed/expected/One.c.txt +++ b/tests/features152/synchronization/transformed/expected/One.c.txt @@ -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. (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" diff --git a/tests/features152/synchronization/transformed/expected/One.e.txt b/tests/features152/synchronization/transformed/expected/One.e.txt index 85d93f0ed..e11432b18 100644 --- a/tests/features152/synchronization/transformed/expected/One.e.txt +++ b/tests/features152/synchronization/transformed/expected/One.e.txt @@ -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 -- 2.39.5