Explorar o código

[tests] nothing to see here

Jens Fischer %!s(int64=5) %!d(string=hai) anos
pai
achega
4ab439b9ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/sys/src/TestSys.hx

+ 1 - 1
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