aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/core.js1
1 files changed, 0 insertions, 1 deletions
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() {