8046824: class SJavacTestUtil and *Wrapper are redundant and should be removed

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2014-07-14 11:46:31 -07:00
parent 1e87b47b2a
commit 6ec02aa50b
12 changed files with 64 additions and 205 deletions

View file

@ -23,6 +23,16 @@
* questions.
*/
/*
* @test
* @bug 8037085
* @summary Ensures that sjavac can handle various exclusion patterns.
*
* @build Wrapper
* @run main Wrapper ExclPattern
*/
import java.io.IOException;
import java.io.PrintWriter;
import java.nio.charset.Charset;