From a041a3782d77211f90af090d3b7229ae07dae236 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 10 Oct 2016 08:12:35 -0700 Subject: [PATCH] Remove unneeded IE conditional comments test. --- test/test.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/test.js b/test/test.js index 597f6dbc9..29f58b070 100644 --- a/test/test.js +++ b/test/test.js @@ -22137,21 +22137,6 @@ assert.strictEqual(compiled({ 'value': 3 }), '

6

'); }); - QUnit.test('should not error with IE conditional comments enabled (test with development build)', function(assert) { - assert.expect(1); - - var compiled = _.template(''), - pass = true; - - /*@cc_on @*/ - try { - compiled(); - } catch (e) { - pass = false; - } - assert.ok(pass); - }); - QUnit.test('should tokenize delimiters', function(assert) { assert.expect(1);