浏览代码

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() {
 	function testWindowsSpecialCases() {
 		if (Sys.systemName() != "Windows") {
 		if (Sys.systemName() != "Windows") {
+			assertTrue(true);
 			return;
 			return;
 		}
 		}
 		var withSlash = "C:/";
 		var withSlash = "C:/";