From 76e8507aa55d2413ff470d36166ff7ebf06e928c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 19 Jun 2019 08:26:31 +0200 Subject: [PATCH] RunnerMediatedCommandLineTest: typo GitOrigin-RevId: 83aa9817d594cf2f444b1f012a7f863075750e57 --- .../execution/process/RunnerMediatedCommandLineTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java b/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java index ebf86eb8a784..0a8f3f74a69c 100644 --- a/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java +++ b/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java @@ -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