summaryrefslogtreecommitdiff
path: root/test/built-ins/Number/prototype/S15.7.4_A3.4.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Number/prototype/S15.7.4_A3.4.js')
-rw-r--r--test/built-ins/Number/prototype/S15.7.4_A3.4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Number/prototype/S15.7.4_A3.4.js b/test/built-ins/Number/prototype/S15.7.4_A3.4.js
index 76bb43fca..11d7b1c40 100644
--- a/test/built-ins/Number/prototype/S15.7.4_A3.4.js
+++ b/test/built-ins/Number/prototype/S15.7.4_A3.4.js
@@ -8,6 +8,6 @@ description: The test uses hasOwnProperty() method
---*/
//CHECK#1
-if(Number.prototype.hasOwnProperty("valueOf") !== true){
+if (Number.prototype.hasOwnProperty("valueOf") !== true) {
$ERROR('#1: The Number prototype object has the property valueOf');
}