Ver código fonte

fix File.copy test

Alexander Kuzmenko 6 anos atrás
pai
commit
d10c11c3a7
1 arquivos alterados com 1 adições e 0 exclusões
  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();
 		}
 	}
 }