summaryrefslogtreecommitdiff
path: root/test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js')
-rw-r--r--test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js b/test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js
index 080daa3eb..218632c66 100644
--- a/test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js
+++ b/test/built-ins/Boolean/prototype/constructor/S15.6.4.1_A1.js
@@ -11,6 +11,6 @@ description: Compare Boolean.prototype.constructor with Boolean
---*/
//CHECK#1
-if(Boolean.prototype.constructor !== Boolean){
+if (Boolean.prototype.constructor !== Boolean) {
$ERROR('#1: Boolean.prototype.constructor === Boolean');
}