changeset 12467:6a6ad386125b

8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java Reviewed-by: mr
author dholmes
date Tue, 20 Dec 2016 20:42:15 -0500
parents 1e9609aa5325
children f39d1612915a
files test/runtime/modules/IgnoreModulePropertiesTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/runtime/modules/IgnoreModulePropertiesTest.java	Tue Dec 20 22:53:45 2016 +0100
+++ b/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");
     }
 }