diff options
author | Liang Peng <poppinlp@gmail.com> | 2014-05-01 19:37:23 +0800 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-05-02 15:50:31 +0200 |
commit | 7cf9ceaebc0ab55c0d676d402ef2877a86642876 (patch) | |
tree | ed90ea29d2e2bb959eab84362032851341207810 | |
parent | 7d5afcb0ece228c0cd18cdbf594c80210078c588 (diff) | |
download | jquery-7cf9ceaebc0ab55c0d676d402ef2877a86642876.tar.gz jquery-7cf9ceaebc0ab55c0d676d402ef2877a86642876.zip |
Core: Remove repeated test
(cherry-picked from 69d4a48ff67188214bc28ec1a4d138c5997ce171)
Closes gh-1570
-rw-r--r-- | test/unit/core.js | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |