8208608: Update --module-source-path to allow explicit source paths for specific modules

Reviewed-by: jlahoda
This commit is contained in:
Jonathan Gibbons 2018-08-31 14:54:42 -07:00
parent 53ac5e7fed
commit c8d641d148
7 changed files with 277 additions and 13 deletions

View file

@ -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