summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/proxy-newtarget.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/proxy-newtarget.js')
-rw-r--r--test/built-ins/Proxy/proxy-newtarget.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/built-ins/Proxy/proxy-newtarget.js b/test/built-ins/Proxy/proxy-newtarget.js
index 3884cd44d..9613eb4b9 100644
--- a/test/built-ins/Proxy/proxy-newtarget.js
+++ b/test/built-ins/Proxy/proxy-newtarget.js
@@ -22,7 +22,7 @@ description: >
var p1 = new Proxy({}, {});
assert.sameValue(
- typeof p1,
- 'object',
- 'Return a newly created Object'
+ typeof p1,
+ 'object',
+ 'Return a newly created Object'
);