Browse Source

Change to ordering expected due to (harmless!) advice ordering change in BcelWeaver

tags/PRE_ANDY
aclement 19 years ago
parent
commit
33e4e098ba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml View File

@@ -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>

Loading…
Cancel
Save