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