mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8208608: Update --module-source-path to allow explicit source paths for specific modules
Reviewed-by: jlahoda
This commit is contained in:
parent
53ac5e7fed
commit
c8d641d148
7 changed files with 277 additions and 13 deletions
|
@ -98,7 +98,7 @@ public class PatchModulesTest extends ModuleTestBase {
|
|||
@Test
|
||||
public void testDuplicates(Path base) throws Exception {
|
||||
test(asList("java.base=a", "java.compiler=b", "java.base=c"),
|
||||
false, "error: --patch-module specified more than once for java.base");
|
||||
false, "error: --patch-module specified more than once for module java.base");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue