summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/S15.3.3_A1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/S15.3.3_A1.js')
-rw-r--r--test/built-ins/Function/S15.3.3_A1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/S15.3.3_A1.js b/test/built-ins/Function/S15.3.3_A1.js
index 05200e212..a498f0131 100644
--- a/test/built-ins/Function/S15.3.3_A1.js
+++ b/test/built-ins/Function/S15.3.3_A1.js
@@ -7,6 +7,6 @@ es5id: 15.3.3_A1
description: Checking existence of the property "prototype"
---*/
-if(!Function.hasOwnProperty("prototype")){
+if (!Function.hasOwnProperty("prototype")) {
$ERROR('#1: The Function constructor has the property "prototype"');
}