mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8046824: class SJavacTestUtil and *Wrapper are redundant and should be removed
Reviewed-by: ksrini
This commit is contained in:
parent
1e87b47b2a
commit
6ec02aa50b
12 changed files with 64 additions and 205 deletions
|
@ -21,6 +21,18 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8035063
|
||||
*
|
||||
* @summary Tests serialization of options. The options needs to be serialized
|
||||
* and saved in the state file since the files need to be recompiled
|
||||
* if new options are provided.
|
||||
*
|
||||
* @build Wrapper
|
||||
* @run main Wrapper Serialization
|
||||
*/
|
||||
|
||||
import static util.OptionTestUtil.assertEquals;
|
||||
|
||||
import java.io.IOException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue