summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/create-handler-not-object-throw-boolean.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/create-handler-not-object-throw-boolean.js')
-rw-r--r--test/built-ins/Proxy/create-handler-not-object-throw-boolean.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/create-handler-not-object-throw-boolean.js b/test/built-ins/Proxy/create-handler-not-object-throw-boolean.js
index e1846af10..891c1826b 100644
--- a/test/built-ins/Proxy/create-handler-not-object-throw-boolean.js
+++ b/test/built-ins/Proxy/create-handler-not-object-throw-boolean.js
@@ -10,5 +10,5 @@ description: >
---*/
assert.throws(TypeError, function() {
- new Proxy({}, false);
+ new Proxy({}, false);
});