mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8155774: move code from ModuleTestBase to toolbox
Reviewed-by: ksrini, jlahoda
This commit is contained in:
parent
5950e361a2
commit
325a065aff
43 changed files with 455 additions and 385 deletions
|
@ -45,7 +45,7 @@ public class NPEEmptyFileTest extends ModuleTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
void compileEmptyFile(Path base) throws Exception {
|
||||
public void compileEmptyFile(Path base) throws Exception {
|
||||
Path modules = base.resolve("modules");
|
||||
Files.createDirectories(modules);
|
||||
Path emptyJavaFile = base.resolve("Test.java");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue