Prechádzať zdrojové kódy

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

Nicolas Cannasse 7 rokov pred
rodič
commit
6b0fa1005d
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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);