소스 검색

come on haxe.unit...

Simon Krajewski 10 년 전
부모
커밋
efda30ed1e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/sys/src/TestFileSystem.hx

+ 1 - 0
tests/sys/src/TestFileSystem.hx

@@ -94,6 +94,7 @@ class TestFileSystem extends haxe.unit.TestCase {
 
 	function testWindowsSpecialCases() {
 		if (Sys.systemName() != "Windows") {
+			assertTrue(true);
 			return;
 		}
 		var withSlash = "C:/";