diff options
author | acolyer <acolyer> | 2004-03-16 11:36:34 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-16 11:36:34 +0000 |
commit | 9413c6d26f53a94fa78b02cf228628bbdcbf635d (patch) | |
tree | 49d81ac40f590837dd922c04dfd929c8d1b8960a /tests/bugs | |
parent | cb2aaacf5c3fd4a745fd708c89feaab18435b0e0 (diff) | |
download | aspectj-9413c6d26f53a94fa78b02cf228628bbdcbf635d.tar.gz aspectj-9413c6d26f53a94fa78b02cf228628bbdcbf635d.zip |
fix for Bugzilla Bug 43714
weaving from an input jar into that same jar.
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/notAJar.jar | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/notAJar.jar b/tests/bugs/notAJar.jar new file mode 100644 index 000000000..18bfaece6 --- /dev/null +++ b/tests/bugs/notAJar.jar @@ -0,0 +1 @@ +This is not a valid jar file!
\ No newline at end of file |