--- old/test/runtime/NMT/CommandLineTurnOffNMT.java 2013-11-21 15:10:17.255496900 -0500 +++ new/test/runtime/NMT/CommandLineTurnOffNMT.java 2013-11-21 15:10:16.822496900 -0500 @@ -24,7 +24,7 @@ /* * @test * @key nmt - * @summary Turning off NMT should not result in an error or warning + * @summary Turning off NMT should not result in an error * @library /testlibrary */ @@ -38,7 +38,6 @@ "-version"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); output.shouldNotContain("error"); - output.shouldNotContain("warning"); output.shouldHaveExitValue(0); } -} +}