From 69d4a48ff67188214bc28ec1a4d138c5997ce171 Mon Sep 17 00:00:00 2001 From: Liang Peng Date: Thu, 1 May 2014 19:37:23 +0800 Subject: [PATCH] Core: Remove repeated test Closes gh-1570 --- test/unit/core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index 681fef5dc..6a9c79036 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -509,7 +509,6 @@ test( "isNumeric", function() { equal( t( [ 42 ] ), false, "Array with one number" ); equal( t(function(){} ), false, "Instance of a function"); equal( t( new Date() ), false, "Instance of a Date"); - equal( t(function(){} ), false, "Instance of a function"); }); test("isXMLDoc - HTML", function() {