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