hotspot/test/runtime/logging/ExceptionsTest.java
changeset 37190 09d719d466a6
parent 35894 e78da4fa1a26
child 37297 d65d53a0ecc7
--- a/hotspot/test/runtime/logging/ExceptionsTest.java	Thu Mar 24 15:19:06 2016 +0000
+++ b/hotspot/test/runtime/logging/ExceptionsTest.java	Thu Mar 24 13:25:10 2016 -0400
@@ -45,7 +45,7 @@
 
     static void analyzeOutputOn(ProcessBuilder pb) throws Exception {
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
-        output.shouldContain("<a 'java/lang/RuntimeException': Test exception 1 for logging>");
+        output.shouldContain("<a 'java/lang/RuntimeException'").shouldContain(": Test exception 1 for logging>");
         output.shouldContain(" thrown in interpreter method ");
         output.shouldHaveExitValue(0);
     }