diff options
author | aclement <aclement> | 2005-04-19 11:57:38 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-04-19 11:57:38 +0000 |
commit | 33e4e098ba135ffe5c7b1bd5b496528f0e150c55 (patch) | |
tree | 062b068a5f42ade741c20fb83726d214053b8c07 /tests | |
parent | 1268e4556164239b91f6e5682766d265e400f32f (diff) | |
download | aspectj-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.xml | 2 |
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> |