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