mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -127,7 +127,7 @@ public class PluginsInModulesTest extends ModuleTestBase {
|
|||
Path classes;
|
||||
|
||||
@Test
|
||||
void testUseOnlyOneProcessor(Path base) throws Exception {
|
||||
public void testUseOnlyOneProcessor(Path base) throws Exception {
|
||||
initialization(base);
|
||||
List<String> log = new JavacTask(tb)
|
||||
.options("-processormodulepath", processorCompiledModules.toString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue