Browse Source

message changes for e37

tags/V1_7_0RC1
aclement 12 years ago
parent
commit
ae9e53958f
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml

+ 3
- 2
tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml View File

@@ -412,13 +412,14 @@
<ajc-test dir="bugs" pr="72699"
title="Bogus error message: The abstract method ajc$pointcut$$tracingScope$a2 in type Tracing can only be defined by an abstract class (1)">
<compile files="BogusMessage.java">
<message kind="error" line="2" text="The abstract pointcut tracingScope can only be defined in an abstract aspect"/>
</compile>
<message kind="error" line="2" text="The abstract pointcut tracingScope can only be defined in an abstract aspect"/>
</compile>
</ajc-test>
<ajc-test dir="bugs" pr="72699"
title="Bogus error message: The abstract method ajc$pointcut$$tracingScope$a2 in type Tracing can only be defined by an abstract class (2)">
<compile files="BogusMessage2.java">
<message kind="error" line="1" text="The type BogusMessage2 must be an abstract class to define abstract methods"/>
<message kind="error" line="2" text="The abstract pointcut tracingScope can only be defined in an aspect"/>
</compile>
</ajc-test>

Loading…
Cancel
Save