소스 검색

[tests] nothing to see here

Jens Fischer 5 년 전
부모
커밋
4ab439b9ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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