Explorar o código

lua has not implemented sys.net.Socket yet

Andy Li %!s(int64=8) %!d(string=hai) anos
pai
achega
7c6b468886
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/sys/src/Main.hx

+ 2 - 0
tests/sys/src/Main.hx

@@ -9,7 +9,9 @@ class Main {
 		runner.addCase(new io.TestFile());
 		runner.addCase(new io.TestFileInput());
 		runner.addCase(new io.TestProcess());
+		#if !lua
 		runner.addCase(new net.TestSocket());
+		#end
 		Report.create(runner);
 		runner.run();
 	}