Browse Source

[tests] nothing to see here

Jens Fischer 5 năm trước cách đây
mục cha
commit
4ab439b9ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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