diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-30 09:49:19 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-30 16:14:42 +0700 |
commit | a570da916ab0f656f151261fde305ee0efa2f202 (patch) | |
tree | e08cb93542f89f85a5bc322b96cd779d84df7d4c | |
parent | 39b6f35570dcdfbe2ececcf0624bba43538eeddb (diff) | |
download | aspectj-a570da916ab0f656f151261fde305ee0efa2f202.tar.gz aspectj-a570da916ab0f656f151261fde305ee0efa2f202.zip |
Fix indentation in ajc1919.xml (cosmetics)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml index eaeca7143..0e07ff84f 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml @@ -163,13 +163,13 @@ </ajc-test> <!-- Weaver error when declaring annotation with SOURCE retention, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=366085 --> - <ajc-test dir="bugs1919/366085" vm="1.5" title="declare annotation with SOURCE retention"> - <compile files="Application.java DeclareAnnotationsAspect.aj ToString.java Marker.java" options="-1.5 -showWeaveInfo"> - <message kind="weave" text="'Application' (Application.java:1) is annotated with @Marker type annotation from 'DeclareAnnotationsAspect'"/> - <message kind="weave" text="'public void Application.new(int)' (Application.java:4) is annotated with @Marker constructor annotation from 'DeclareAnnotationsAspect'"/> - <message kind="weave" text="'public int Application.getNumber()' (Application.java:8) is annotated with @Marker method annotation from 'DeclareAnnotationsAspect'"/> - <message kind="weave" text="'public int number' of type 'Application' (Application.java) is annotated with @Marker field annotation from 'DeclareAnnotationsAspect'"/> - </compile> - </ajc-test> + <ajc-test dir="bugs1919/366085" vm="1.5" title="declare annotation with SOURCE retention"> + <compile files="Application.java DeclareAnnotationsAspect.aj ToString.java Marker.java" options="-1.5 -showWeaveInfo"> + <message kind="weave" text="'Application' (Application.java:1) is annotated with @Marker type annotation from 'DeclareAnnotationsAspect'"/> + <message kind="weave" text="'public void Application.new(int)' (Application.java:4) is annotated with @Marker constructor annotation from 'DeclareAnnotationsAspect'"/> + <message kind="weave" text="'public int Application.getNumber()' (Application.java:8) is annotated with @Marker method annotation from 'DeclareAnnotationsAspect'"/> + <message kind="weave" text="'public int number' of type 'Application' (Application.java) is annotated with @Marker field annotation from 'DeclareAnnotationsAspect'"/> + </compile> + </ajc-test> </suite> |