diff options
author | acolyer <acolyer> | 2004-12-16 10:41:15 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-12-16 10:41:15 +0000 |
commit | ded1a744fc4a518275dbb4fcfa219939ae48ad11 (patch) | |
tree | 3a694a4c6e81a32369d774451c06bc61d3d9e837 /weaver/testdata/AroundHelloWorld.txt | |
parent | 113a3687c8f338fdedfacbe9cea171a44f16ca75 (diff) | |
download | aspectj-ded1a744fc4a518275dbb4fcfa219939ae48ad11.tar.gz aspectj-ded1a744fc4a518275dbb4fcfa219939ae48ad11.zip |
payback time for all the "kinding" work - only ever generate and match
against shadows that we know might be matched.
Diffstat (limited to 'weaver/testdata/AroundHelloWorld.txt')
-rw-r--r-- | weaver/testdata/AroundHelloWorld.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/weaver/testdata/AroundHelloWorld.txt b/weaver/testdata/AroundHelloWorld.txt index dcddb75fa..919f74b9a 100644 --- a/weaver/testdata/AroundHelloWorld.txt +++ b/weaver/testdata/AroundHelloWorld.txt @@ -9,9 +9,7 @@ public class HelloWorld extends java.lang.Object: public static void main(String[]): method-execution(void HelloWorld.main(java.lang.String[])) - | 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 | ASTORE_2 |