summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/create-target-not-object-throw-symbol.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/create-target-not-object-throw-symbol.js')
-rw-r--r--test/built-ins/Proxy/create-target-not-object-throw-symbol.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/create-target-not-object-throw-symbol.js b/test/built-ins/Proxy/create-target-not-object-throw-symbol.js
index a3569f23d..825e7145a 100644
--- a/test/built-ins/Proxy/create-target-not-object-throw-symbol.js
+++ b/test/built-ins/Proxy/create-target-not-object-throw-symbol.js
@@ -11,5 +11,5 @@ features: [Symbol]
---*/
assert.throws(TypeError, function() {
- new Proxy(Symbol(), {});
+ new Proxy(Symbol(), {});
});