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

<compile files="P.java,Q.java,R.java"/> <compile files="P.java,Q.java,R.java"/>
<run class="P"> <run class="P">
<stderr> <stderr>
<line text="Q reporting 2"/>
<line text="R reporting 3"/> <line text="R reporting 3"/>
<line text="Q reporting 2"/>
</stderr> </stderr>
</run> </run>
</ajc-test> </ajc-test>

Loading…
Cancel
Save