test/compiler/arguments/BMICommandLineOptionTestBase.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/arguments/BMICommandLineOptionTestBase.java	Mon May 12 22:20:20 2014
--- new/test/compiler/arguments/BMICommandLineOptionTestBase.java	Mon May 12 22:20:20 2014

*** 58,68 **** --- 58,69 ---- String supportedCPUFeatures[], String unsupportedCPUFeatures[]) { super(".*", supportedCPUFeatures, unsupportedCPUFeatures); this.optionName = optionName; this.warningMessage = warningMessage; this.errorMessage = CommandLineOptionTest. UNRECOGNIZED_OPTION_ERROR_FORMAT.format(optionName); + this.errorMessage = String.format( + CommandLineOptionTest.UNRECOGNIZED_OPTION_ERROR_FORMAT, + optionName); } }

test/compiler/arguments/BMICommandLineOptionTestBase.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File