summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-07 23:19:58 +0000
committerjhugunin <jhugunin>2003-01-07 23:19:58 +0000
commit1e068fe485d7539ad938712b6bed5812fadf7df7 (patch)
tree619006429e187de543eb94bc8c331f17b9cab2ad /tests/jimTests.xml
parent360b569d3a63fcd40828a5ef41fe90b91a16aa72 (diff)
downloadaspectj-1e068fe485d7539ad938712b6bed5812fadf7df7.tar.gz
aspectj-1e068fe485d7539ad938712b6bed5812fadf7df7.zip
more tests from bugzilla
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r--tests/jimTests.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml
index 57e827b8c..6c6ed6b7a 100644
--- a/tests/jimTests.xml
+++ b/tests/jimTests.xml
@@ -1,7 +1,11 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
+ <ajc-test dir="new" title="various declared exception permutations"
+ keywords="from-resolved_10x">
+ <compile files="DeclaredExcs.java"/>
+ <run class="DeclaredExcs"/>
+ </ajc-test>
-
<!--
<ajc-test dir="base/test129"
title="DEPRECATED: introduce of abstract methods works"