diff options
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> |