summaryrefslogtreecommitdiff
path: root/test/built-ins/Reflect/construct/return-without-newtarget-argument.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Reflect/construct/return-without-newtarget-argument.js')
-rw-r--r--test/built-ins/Reflect/construct/return-without-newtarget-argument.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/Reflect/construct/return-without-newtarget-argument.js b/test/built-ins/Reflect/construct/return-without-newtarget-argument.js
index ef5ef9a2b..db88a02a2 100644
--- a/test/built-ins/Reflect/construct/return-without-newtarget-argument.js
+++ b/test/built-ins/Reflect/construct/return-without-newtarget-argument.js
@@ -14,6 +14,7 @@ info: |
---*/
var o = {};
+
function fn() {
this.o = o;
}