8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java

Reviewed-by: thartmann
This commit is contained in:
Aleksey Shipilev 2021-09-16 08:12:31 +00:00
parent 46af82e5b0
commit 1c5de8b86b

@ -47,11 +47,6 @@ public class NumCompilerThreadsCheck {
String expectedOutput = "outside the allowed range";
out.shouldContain(expectedOutput);
if (Platform.isZero()) {
String expectedLowWaterMarkText = "must be at least 0";
out.shouldContain(expectedLowWaterMarkText);
}
}
}