Selaa lähdekoodia

[tests] nothing to see here

Jens Fischer 5 vuotta sitten
vanhempi
commit
4ab439b9ea
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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