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/bugs/options/classpath/classpathTest.lst | |
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/bugs/options/classpath/classpathTest.lst')
-rw-r--r-- | tests/bugs/options/classpath/classpathTest.lst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/options/classpath/classpathTest.lst b/tests/bugs/options/classpath/classpathTest.lst new file mode 100644 index 000000000..e3f419de6 --- /dev/null +++ b/tests/bugs/options/classpath/classpathTest.lst @@ -0,0 +1,4 @@ +// @testcase PR#41170 combine classpath on command line and in .lst file +-classpath +lib.jar +Client.java |