From 8c9073308ae281d4583bf980d17b209fe508eb5d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 10 Jul 2016 16:30:34 -0700 Subject: [PATCH] Add back excused Underscore `isSet` test for IE11. --- test/underscore.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/underscore.html b/test/underscore.html index 3f8c2b173..d2fef52c1 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -275,6 +275,9 @@ 'Numeric strings are numbers', 'Number instances can be finite' ], + 'isSet': [ + 'Died on test #9' + ], 'findKey': [ 'called with context' ],