< prev index next >
test/compiler/compilercontrol/parser/DirectiveParserTest.java
Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke
*** 24,43 ****
/*
* @test
* @bug 8137167
* @summary Tests directive json parser
* @modules java.base/jdk.internal.misc
! * @library /testlibrary /test/lib ../share /
* @run driver compiler.compilercontrol.parser.DirectiveParserTest
*/
package compiler.compilercontrol.parser;
import compiler.compilercontrol.share.JSONFile;
import jdk.test.lib.Asserts;
import jdk.test.lib.OutputAnalyzer;
- import jdk.test.lib.ProcessTools;
import jdk.test.lib.Utils;
public class DirectiveParserTest {
private static final String ERROR_MSG = "VM should exit with error "
+ "on incorrect JSON file: ";
--- 24,43 ----
/*
* @test
* @bug 8137167
* @summary Tests directive json parser
* @modules java.base/jdk.internal.misc
! * @library /testlibrary /test/lib /
! *
* @run driver compiler.compilercontrol.parser.DirectiveParserTest
*/
package compiler.compilercontrol.parser;
import compiler.compilercontrol.share.JSONFile;
import jdk.test.lib.Asserts;
import jdk.test.lib.OutputAnalyzer;
import jdk.test.lib.Utils;
public class DirectiveParserTest {
private static final String ERROR_MSG = "VM should exit with error "
+ "on incorrect JSON file: ";
< prev index next >