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