summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/create-target-is-not-callable.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/create-target-is-not-callable.js')
-rw-r--r--test/built-ins/Proxy/create-target-is-not-callable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/create-target-is-not-callable.js b/test/built-ins/Proxy/create-target-is-not-callable.js
index 7bb2dae6c..b29ed9cd0 100644
--- a/test/built-ins/Proxy/create-target-is-not-callable.js
+++ b/test/built-ins/Proxy/create-target-is-not-callable.js
@@ -21,5 +21,5 @@ info: |
var p = new Proxy({}, {});
assert.throws(TypeError, function() {
- p.call();
+ p.call();
});