summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js')
-rw-r--r--test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js b/test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js
index adddc36be..4e6402e8c 100644
--- a/test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js
+++ b/test/built-ins/Object/prototype/toLocaleString/S15.2.4.3_A8.js
@@ -23,8 +23,8 @@ if (Object.prototype.toLocaleString.propertyIsEnumerable('length')) {
}
// CHECK#2
-for (var p in Object.prototype.toLocaleString){
- if (p==="length")
- $ERROR('#2: the Object.prototype.toLocaleString.length property has the attributes DontEnum');
+for (var p in Object.prototype.toLocaleString) {
+ if (p === "length")
+ $ERROR('#2: the Object.prototype.toLocaleString.length property has the attributes DontEnum');
}
//