We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353a7c7 commit 895f433Copy full SHA for 895f433
platform-tooling-support-tests/src/test/java/platform/tooling/support/tests/GraalVmStarterTests.java
@@ -46,7 +46,7 @@ void runsTestsInNativeImage() {
46
assertFalse(result.isTimedOut(), () -> "tool timed out: " + result);
47
48
assumeFalse(
49
- result.getOutputLines("err").stream().anyMatch(line -> line.contains("No compatible toolchains found")),
+ result.getOutputLines("err").stream().anyMatch(line -> line.contains("No matching toolchains found")),
50
"Abort test if GraalVM is not installed");
51
52
assertEquals(0, result.getExitCode());
0 commit comments