diff options
author | wisberg <wisberg> | 2004-03-08 19:13:55 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-03-08 19:13:55 +0000 |
commit | 5d0a49d51e5a469ca09c61bef75b824415fe83d5 (patch) | |
tree | e031b1cbd141e92dcb2f54bba817685c166902d4 /tests/ajcTestSuite.dtd | |
parent | 92d0049be5785ab552e40ffc6a07fa5568fc18b4 (diff) | |
download | aspectj-5d0a49d51e5a469ca09c61bef75b824415fe83d5.tar.gz aspectj-5d0a49d51e5a469ca09c61bef75b824415fe83d5.zip |
-xlintfile option support in the harness, and tests
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r-- | tests/ajcTestSuite.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index b446d2d7d..19d172bc2 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -24,6 +24,7 @@ <!ATTLIST compile extdirs CDATA #IMPLIED >
<!ATTLIST compile options CDATA #IMPLIED >
<!ATTLIST compile sourceroots CDATA #IMPLIED >
+ <!ATTLIST compile xlintfile CDATA #IMPLIED >
<!ELEMENT inc-compile (dir-changes*,message*)>
<!ATTLIST inc-compile tag CDATA #REQUIRED >
|