Przeglądaj źródła

come on haxe.unit...

Simon Krajewski 10 lat temu
rodzic
commit
efda30ed1e
1 zmienionych plików z 1 dodań i 0 usunięć
  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:/";