Explorar el Código

fix File.copy test

Alexander Kuzmenko hace 6 años
padre
commit
d10c11c3a7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/sys/src/io/TestFile.hx

+ 1 - 0
tests/sys/src/io/TestFile.hx

@@ -26,6 +26,7 @@ class TestFile extends utest.Test {
 			File.copy('non-existent-src', 'non-existent-dst');
 		} catch(e:Dynamic) {
 			//see https://github.com/HaxeFoundation/haxe/issues/8098
+			Assert.pass();
 		}
 	}
 }