mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RunnerMediatedCommandLineTest: typo
GitOrigin-RevId: 83aa9817d594cf2f444b1f012a7f863075750e57
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f68c88e6cf
commit
76e8507aa5
+1
-1
@@ -14,7 +14,7 @@ import static org.junit.Assume.assumeTrue;
|
||||
public class RunnerMediatedCommandLineTest extends GeneralCommandLineTest {
|
||||
@Before
|
||||
public void ensureRightOS() {
|
||||
assumeTrue("Windows-oly test", SystemInfo.isWindows);
|
||||
assumeTrue("Windows-only test", SystemInfo.isWindows);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user