diff options
Diffstat (limited to 'tests/bugs/pr102746/PR102746.txt')
-rw-r--r-- | tests/bugs/pr102746/PR102746.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs/pr102746/PR102746.txt b/tests/bugs/pr102746/PR102746.txt new file mode 100644 index 000000000..5dbfbdbad --- /dev/null +++ b/tests/bugs/pr102746/PR102746.txt @@ -0,0 +1,9 @@ + +Would test with + + <ajc-test dir="bugs/pr102746" title="log to file with -log in classpath"> + <compile files="lib/Lib.java" outjar="foo-logging.jar"/> + <compile files="PR102746.java" classpath="foo-logging.jar"/> + </ajc-test> + +except that the harness is I think snooping for foo-logging.jar wrong.
\ No newline at end of file |