From 4ab439b9ea0a50b924d53c00b4f1ffc44f2cee75 Mon Sep 17 00:00:00 2001 From: Jens Fischer Date: Sun, 17 May 2020 15:59:56 +0200 Subject: [PATCH] [tests] nothing to see here --- tests/sys/src/TestSys.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/src/TestSys.hx b/tests/sys/src/TestSys.hx index 84b6392b9fe..9ad77b4cc42 100644 --- a/tests/sys/src/TestSys.hx +++ b/tests/sys/src/TestSys.hx @@ -38,7 +38,7 @@ class TestSys extends TestCommandBase { #elseif cs Assert.isTrue(StringTools.endsWith(p, "Main-Debug.exe")); #elseif jvm - Assert.isTrue(StringTools.endsWith(p, "sys.jar")) + Assert.isTrue(StringTools.endsWith(p, "sys.jar")); #elseif java Assert.isTrue(StringTools.endsWith(p, "Main-Debug.jar")); #elseif python