summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-04-19 11:57:38 +0000
committeraclement <aclement>2005-04-19 11:57:38 +0000
commit33e4e098ba135ffe5c7b1bd5b496528f0e150c55 (patch)
tree062b068a5f42ade741c20fb83726d214053b8c07 /tests
parent1268e4556164239b91f6e5682766d265e400f32f (diff)
downloadaspectj-33e4e098ba135ffe5c7b1bd5b496528f0e150c55.tar.gz
aspectj-33e4e098ba135ffe5c7b1bd5b496528f0e150c55.zip
Change to ordering expected due to (harmless!) advice ordering change in BcelWeaver
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 07562c2c4..4bd87bc7c 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -970,8 +970,8 @@
<compile files="P.java,Q.java,R.java"/>
<run class="P">
<stderr>
- <line text="Q reporting 2"/>
<line text="R reporting 3"/>
+ <line text="Q reporting 2"/>
</stderr>
</run>
</ajc-test>