diff options
author | jhugunin <jhugunin> | 2003-01-14 19:28:13 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-14 19:28:13 +0000 |
commit | 9a532972a6044080b4fed1d1d4a76f803f46fcc6 (patch) | |
tree | 0f8543e01fa22125ead811bc4aaac78ea71fb00d /tests/jimTests.xml | |
parent | f1de2b647b2db6da2dce83d4b0679082e98df784 (diff) | |
download | aspectj-9a532972a6044080b4fed1d1d4a76f803f46fcc6.tar.gz aspectj-9a532972a6044080b4fed1d1d4a76f803f46fcc6.zip |
added test for introduced final fields and rearranged some
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r-- | tests/jimTests.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml index b8618fb39..823bf25b9 100644 --- a/tests/jimTests.xml +++ b/tests/jimTests.xml @@ -2,18 +2,6 @@ <suite> - <ajc-test dir="errors" pr="244" - title="decent errors for around return type not matching target point" - keywords="from-errors"> - <compile files="AroundReturnType.java"> - <message kind="error" line="3"/> - <message kind="error" line="7"/> - <message kind="error" line="16"/> - <message kind="error" line="21"/> - </compile> - </ajc-test> - <!-- - --> </suite>
\ No newline at end of file |