diff options
author | jhugunin <jhugunin> | 2002-12-17 00:29:45 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2002-12-17 00:29:45 +0000 |
commit | fc201381651a80764fdbcee7fcf5ea6a7a8aa201 (patch) | |
tree | b595791a1e79c86b7bf0ffb257bffd18bab2050a | |
parent | 800a62a91f2543575a703a92fb818d4de3051534 (diff) | |
download | aspectj-fc201381651a80764fdbcee7fcf5ea6a7a8aa201.tar.gz aspectj-fc201381651a80764fdbcee7fcf5ea6a7a8aa201.zip |
updated error lines
-rw-r--r-- | tests/ajcTests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 07d8033ed..e7912bce2 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -4704,7 +4704,7 @@ <ajc-test dir="new" title="simple declare warning (NPE)" keywords="from-resolved_105"> <compile files="DeclareWarningMain.java"> - <message kind="warning" line="4"/> + <message kind="warning" line="5"/> </compile> <run class="DeclareWarningMain"/> </ajc-test> @@ -4831,7 +4831,7 @@ <ajc-test dir="new" pr="764" title="flag errors when binding args with indeterminate prefix and suffix" - keywords="from-resolved_105"> + keywords="from-resolved_105,knownLimitation"> <compile files="IndeterminateArgsCE.java"> <message kind="error" line="67"/> <message kind="error" line="68"/> |