aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Peng <poppinlp@gmail.com>2014-05-01 19:37:23 +0800
committerMichał Gołębiowski <m.goleb@gmail.com>2014-05-02 15:49:28 +0200
commit69d4a48ff67188214bc28ec1a4d138c5997ce171 (patch)
treeb4a4627d019b556ecd6372a7984ad41205c60483
parent2f46ac8091d8b2612c56280e7a5626f9142bb1cf (diff)
downloadjquery-69d4a48ff67188214bc28ec1a4d138c5997ce171.tar.gz
jquery-69d4a48ff67188214bc28ec1a4d138c5997ce171.zip
Core: Remove repeated test
Closes gh-1570
-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() {