summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/has/null-handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/has/null-handler.js')
-rw-r--r--test/built-ins/Proxy/has/null-handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/has/null-handler.js b/test/built-ins/Proxy/has/null-handler.js
index 90deca388..8cc5d8ea3 100644
--- a/test/built-ins/Proxy/has/null-handler.js
+++ b/test/built-ins/Proxy/has/null-handler.js
@@ -11,5 +11,5 @@ var p = Proxy.revocable({}, {});
p.revoke();
assert.throws(TypeError, function() {
- "attr" in p.proxy;
+ "attr" in p.proxy;
});