From 7cf9ceaebc0ab55c0d676d402ef2877a86642876 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 (cherry-picked from 69d4a48ff67188214bc28ec1a4d138c5997ce171) 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 2eba8db20..fb7273231 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -514,7 +514,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() {