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