summaryrefslogtreecommitdiff
path: root/test/built-ins/Boolean/S15.6.3_A3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Boolean/S15.6.3_A3.js')
-rw-r--r--test/built-ins/Boolean/S15.6.3_A3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Boolean/S15.6.3_A3.js b/test/built-ins/Boolean/S15.6.3_A3.js
index 097fff4fb..5937d38e5 100644
--- a/test/built-ins/Boolean/S15.6.3_A3.js
+++ b/test/built-ins/Boolean/S15.6.3_A3.js
@@ -9,7 +9,7 @@ description: Checking Boolean.length property
---*/
//CHECK#1
-if (!Boolean.hasOwnProperty("length")){
+if (!Boolean.hasOwnProperty("length")) {
$ERROR('#1: Boolean constructor has length property');
}