summaryrefslogtreecommitdiff
path: root/test/built-ins/undefined/15.1.1.3-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/undefined/15.1.1.3-2.js')
-rw-r--r--test/built-ins/undefined/15.1.1.3-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/undefined/15.1.1.3-2.js b/test/built-ins/undefined/15.1.1.3-2.js
index 2c3a24308..78ab60a76 100644
--- a/test/built-ins/undefined/15.1.1.3-2.js
+++ b/test/built-ins/undefined/15.1.1.3-2.js
@@ -12,7 +12,7 @@ flags: [onlyStrict]
var global = this;
assert.throws(TypeError, function() {
- global["undefined"] = 5; // Should throw a TypeError as per 8.12.5
+ global["undefined"] = 5; // Should throw a TypeError as per 8.12.5
});
assert.sameValue(global["undefined"], void 0);
assert.sameValue(undefined, void 0);