diff options
author | aclement <aclement> | 2011-12-10 01:07:17 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-12-10 01:07:17 +0000 |
commit | b393330149c68f42b1de8fa7cf6b3dcfb0665272 (patch) | |
tree | 133a567e9948b33c603337b24b2ff65e47cc867a | |
parent | ae9e53958f75d836ebd5b60eaaec618b09a65b06 (diff) | |
download | aspectj-b393330149c68f42b1de8fa7cf6b3dcfb0665272.tar.gz aspectj-b393330149c68f42b1de8fa7cf6b3dcfb0665272.zip |
message changes for e37
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc151/ajc151.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml index eaf65a95a..279c56e04 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml +++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml @@ -194,7 +194,7 @@ <ajc-test dir="bugs151/pr123901" title="inlinevisitor NPE"> <compile files="A.java,B.java" options="-1.5"> - <message kind="error" line="5" text="a.A cannot be resolved or is not a field"/> + <message kind="error" line="5" text="A cannot be resolved or is not a field"/> </compile> </ajc-test> |