diff test/runtime/NMT/PrintNMTStatistics.java @ 17653:e56d11f8cc21 hs25.20-b03

8021774: [TESTBUG] Tests failed because of a warning in its output Summary: Remove check for warning Reviewed-by: ctornqvi, hseigel, coleenp
author gtriantafill
date Thu, 06 Feb 2014 13:27:50 -0500
parents c342fbdf8a70
children 52b4284cb496 ac12996df59b
line wrap: on
line diff
--- a/test/runtime/NMT/PrintNMTStatistics.java	Wed Feb 05 14:29:34 2014 +0100
+++ b/test/runtime/NMT/PrintNMTStatistics.java	Thu Feb 06 13:27:50 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,6 @@
     OutputAnalyzer output = new OutputAnalyzer(pb.start());
     output.shouldContain("Java Heap (reserved=");
     output.shouldNotContain("error");
-    output.shouldNotContain("warning");
     output.shouldHaveExitValue(0);
   }
 }