summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js')
-rw-r--r--test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js b/test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js
index 0b4fc5f08..7e05c1440 100644
--- a/test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js
+++ b/test/built-ins/Date/prototype/getUTCSeconds/this-value-non-date.js
@@ -16,7 +16,9 @@ info: |
---*/
var getUTCSeconds = Date.prototype.getUTCSeconds;
-var args = (function() { return arguments; }());
+var args = (function() {
+ return arguments;
+}());
assert.sameValue(typeof getUTCSeconds, 'function');