summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js')
-rw-r--r--test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js b/test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js
index c390183cc..03899aedb 100644
--- a/test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js
+++ b/test/built-ins/Date/prototype/getTime/S15.9.5.9_A1_T3.js
@@ -12,8 +12,8 @@ if (Date.prototype.propertyIsEnumerable('getTime')) {
$ERROR('#1: The Date.prototype.getTime property has the attribute DontEnum');
}
-for(var x in Date.prototype) {
- if(x === "getTime") {
+for (var x in Date.prototype) {
+ if (x === "getTime") {
$ERROR('#2: The Date.prototype.getTime has the attribute DontEnum');
}
}