8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
authordholmes
Tue, 20 Dec 2016 20:42:15 -0500
changeset 42904 15a62ca574e9
parent 42903 18a38b851fee
child 42907 d1b25477073b
8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java Reviewed-by: mr
hotspot/test/runtime/modules/IgnoreModulePropertiesTest.java
--- a/hotspot/test/runtime/modules/IgnoreModulePropertiesTest.java	Tue Dec 20 22:53:45 2016 +0100
+++ b/hotspot/test/runtime/modules/IgnoreModulePropertiesTest.java	Tue Dec 20 20:42:15 2016 -0500
@@ -72,6 +72,6 @@
         testOption("--add-reads", "xyzz=yyzd", "jdk.module.addreads.0", "WARNING: Unknown module: xyzz");
         testOption("--add-exports", "java.base/xyzz=yyzd", "jdk.module.addexports.0",
                    "WARNING: package xyzz not in java.base");
-        testOption("--patch-module", "=d", "jdk.module.patch.0", "Missing module name");
+        testOption("--patch-module", "=d", "jdk.module.patch.0", "Unable to parse --patch-module");
     }
 }