summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/prototype/restricted-property-arguments.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/prototype/restricted-property-arguments.js')
-rw-r--r--test/built-ins/Function/prototype/restricted-property-arguments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/prototype/restricted-property-arguments.js b/test/built-ins/Function/prototype/restricted-property-arguments.js
index 5010b3dee..1faf047ba 100644
--- a/test/built-ins/Function/prototype/restricted-property-arguments.js
+++ b/test/built-ins/Function/prototype/restricted-property-arguments.js
@@ -17,7 +17,7 @@ assert.sameValue(typeof descriptor.set, 'function', '%FunctionPrototype%.argumen
assert.sameValue(descriptor.get, descriptor.set, '%FunctionPrototype%.arguments getter/setter are both %ThrowTypeError%');
assert.throws(TypeError, function() {
- return FunctionPrototype.arguments;
+ return FunctionPrototype.arguments;
});
assert.throws(TypeError, function() {