summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-04-27 23:31:06 +0000
committerjhugunin <jhugunin>2003-04-27 23:31:06 +0000
commit7d144321837cac05cdbe2a30323d670dfcc9809a (patch)
treeee2b57fa204391a285b371c4d6a1c57515964ba1 /tests/jimTests.xml
parent8d793a3f9960f101a4cae59b959ce612f3fef4c9 (diff)
downloadaspectj-7d144321837cac05cdbe2a30323d670dfcc9809a.tar.gz
aspectj-7d144321837cac05cdbe2a30323d670dfcc9809a.zip
fix and tests for
Bugzilla Bug 30663 lame error message: "negation doesn't allow binding" and Bugzilla Bug 36329 The compiler crashes when using aspect libraries created without using -noweave
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r--tests/jimTests.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml
index 6de1c507c..0ebd8cd50 100644
--- a/tests/jimTests.xml
+++ b/tests/jimTests.xml
@@ -1,11 +1,16 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
-<suite>
+<suite>
<!--
-
+ <ajc-test dir="options/injars/simple"
+ title="options -injars">
+ <compile files="Simple.java,main.jar"
+ options="!eclipse"/>
+ <run class="Main"/>
+ </ajc-test>
<ajc-test dir="new" pr="885"