diff options
author | wisberg <wisberg> | 2003-08-06 00:29:13 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-06 00:29:13 +0000 |
commit | 40fb45135a9079752db1fc3a984d278d054c6dbb (patch) | |
tree | 2d6e2df602218e04a3c8636606cc1e1229d52e4f /tests/ajcTestsFailing.xml | |
parent | 56f0f547f737c8418cad102a60de44c35dd1c409 (diff) | |
download | aspectj-40fb45135a9079752db1fc3a984d278d054c6dbb.tar.gz aspectj-40fb45135a9079752db1fc3a984d278d054c6dbb.zip |
@testcase PR#41170 combine classpath on command line and in .lst file
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index ddc6cc1dd..1e2c145f1 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -5,4 +5,11 @@ <suite> + <ajc-test dir="bugs/options/classpath" + pr="41170" + title="combine classpath on command line and in .lst file"> + <compile options="-verbose" argfiles="classpathTest.lst"/> + <run class="Client"/> + </ajc-test> + </suite> |