diff options
author | aclement <aclement> | 2007-12-18 15:46:04 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-12-18 15:46:04 +0000 |
commit | 39e580cff820df73d5b7fefb32a80e3410064fbd (patch) | |
tree | 6e4b4be082435321e3ca340d8c866490983d999d /tests/bugs154 | |
parent | 5755e1d80eba6cca1eca53dc26a9057f24e32100 (diff) | |
download | aspectj-39e580cff820df73d5b7fefb32a80e3410064fbd.tar.gz aspectj-39e580cff820df73d5b7fefb32a80e3410064fbd.zip |
166647 changed the error message to a lint
Diffstat (limited to 'tests/bugs154')
-rw-r--r-- | tests/bugs154/pr166647/aop1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs154/pr166647/aop1.xml b/tests/bugs154/pr166647/aop1.xml index d4b88e7ef..fa5795a71 100644 --- a/tests/bugs154/pr166647/aop1.xml +++ b/tests/bugs154/pr166647/aop1.xml @@ -5,7 +5,7 @@ </concrete-aspect> </aspects> <!-- weaver options="-verbose -showWeaveInfo -debug"--> - <weaver> + <weaver options="-verbose -debug"> <include within="a..*"/> </weaver> </aspectj>
\ No newline at end of file |