Add "use strict" directive to strict mode test.

This commit is contained in:
John-David Dalton
2015-12-26 22:08:24 -06:00
parent 0d8779734d
commit 837acf1394

View File

@@ -16985,6 +16985,8 @@
});
QUnit.test('`_.' + methodName + '` should not error on paths over primitives in strict mode', function(assert) {
'use strict';
assert.expect(2);
numberProto.a = 0;