Browse Source

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

Nicolas Cannasse 7 năm trước cách đây
mục cha
commit
6b0fa1005d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);