summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/ownKeys/trap-is-undefined.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/ownKeys/trap-is-undefined.js')
-rw-r--r--test/built-ins/Proxy/ownKeys/trap-is-undefined.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/Proxy/ownKeys/trap-is-undefined.js b/test/built-ins/Proxy/ownKeys/trap-is-undefined.js
index 2b9830262..3b42a49e1 100644
--- a/test/built-ins/Proxy/ownKeys/trap-is-undefined.js
+++ b/test/built-ins/Proxy/ownKeys/trap-is-undefined.js
@@ -9,8 +9,8 @@ description: >
---*/
var target = {
- foo: 1,
- bar: 2
+ foo: 1,
+ bar: 2
};
var p = new Proxy(target, {});