summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js')
-rw-r--r--test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js b/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js
index 446066cec..cde7bec69 100644
--- a/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js
+++ b/test/built-ins/Date/prototype/setFullYear/15.9.5.40_1.js
@@ -11,5 +11,5 @@ description: >
assert.throws(TypeError, function() {
- Date.prototype.setFullYear(2012);
+ Date.prototype.setFullYear(2012);
});