hotspot/test/runtime/NMT/CommandLineDetail.java
changeset 22193 530963406a44
parent 15458 dfdf1e3ac7c9
child 25948 9b33776f4f07
--- a/hotspot/test/runtime/NMT/CommandLineDetail.java	Wed Dec 18 23:09:57 2013 +0400
+++ b/hotspot/test/runtime/NMT/CommandLineDetail.java	Mon Dec 23 10:13:42 2013 -0500
@@ -24,7 +24,7 @@
  /*
  * @test
  * @key nmt
- * @summary Running with NMT detail should not result in an error or warning
+ * @summary Running with NMT detail should not result in an error
  * @library /testlibrary
  */
 
@@ -39,7 +39,6 @@
       "-version");
     OutputAnalyzer output = new OutputAnalyzer(pb.start());
     output.shouldNotContain("error");
-    output.shouldNotContain("warning");
     output.shouldHaveExitValue(0);
   }
 }