mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 00:50:48 +00:00
8370730: Test serviceability/attach/EarlyDynamicLoad/EarlyDynamicLoad.java needs to be resilient about warnings
Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
parent
795bf9f6d1
commit
b166b0d082
@ -75,7 +75,6 @@ public class EarlyDynamicLoad {
|
||||
|
||||
OutputAnalyzer analyzer = new OutputAnalyzer(child);
|
||||
analyzer.shouldHaveExitValue(0);
|
||||
analyzer.stderrShouldBeEmpty();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user