aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/ArgsBeforeAfterHelloWorld.txt
diff options
context:
space:
mode:
Diffstat (limited to 'weaver/testdata/ArgsBeforeAfterHelloWorld.txt')
-rw-r--r--weaver/testdata/ArgsBeforeAfterHelloWorld.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/weaver/testdata/ArgsBeforeAfterHelloWorld.txt b/weaver/testdata/ArgsBeforeAfterHelloWorld.txt
index cddac2323..5977df7f2 100644
--- a/weaver/testdata/ArgsBeforeAfterHelloWorld.txt
+++ b/weaver/testdata/ArgsBeforeAfterHelloWorld.txt
@@ -14,9 +14,7 @@ public class HelloWorld extends java.lang.Object:
| catch java.lang.Throwable -> E1
| | ALOAD_3
| | INVOKESTATIC Aspect.ajc_before_method_execution (Ljava/lang/Object;)V
- | | field-get(java.io.PrintStream java.lang.System.out)
- | | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
- | | field-get(java.io.PrintStream java.lang.System.out)
+ | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
| | LDC "hello world" (line 9)
| | ASTORE_1
| | method-call(void java.io.PrintStream.println(java.lang.String))
@@ -49,4 +47,5 @@ public class HelloWorld extends java.lang.Object:
| RETURN
method-execution(void HelloWorld.main(java.lang.String[]))
end public static void main(String[])
+
end public class HelloWorld