Explorar el Código

removed invalid test (change spec in Std.is, see #7532)

Nicolas Cannasse hace 7 años
padre
commit
6b0fa1005d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/unit/src/unit/TestReflect.hx

+ 0 - 1
tests/unit/src/unit/TestReflect.hx

@@ -113,7 +113,6 @@ class TestReflect extends Test {
 	}
 
 	public function testIs() {
-		is(null,null);
 		is(0,Int,Float);
 		is(1,Int,Float);
 		is(-1,Int,Float);