changeset 9707:c7817bc5bb15

Merge
author coleenp
date Tue, 25 Aug 2015 19:06:55 +0200
parents 8af2c4220477 (current diff) 3dfd8c6b3f6c (diff)
children 09094287d06f
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/arguments/CheckCICompilerCount.java	Tue Aug 25 17:30:14 2015 +0200
+++ b/test/compiler/arguments/CheckCICompilerCount.java	Tue Aug 25 19:06:55 2015 +0200
@@ -75,7 +75,7 @@
             "intx CICompilerCount                          := 1                                   {product}"
         },
         {
-            "CICompilerCount=0 must be at least 1",
+            "CICompilerCount (0) must be at least 1",
             "Improperly specified VM option 'CICompilerCount=0'"
         },
         {
@@ -130,7 +130,7 @@
             "intx CICompilerCount                          := 2                                   {product}"
         },
         {
-            "CICompilerCount=1 must be at least 2",
+            "CICompilerCount (1) must be at least 2",
             "Improperly specified VM option 'CICompilerCount=1'"
         },
         {