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:/";