summaryrefslogtreecommitdiff
path: root/test/built-ins/global/S10.2.3_A1.2_T4.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/global/S10.2.3_A1.2_T4.js')
-rw-r--r--test/built-ins/global/S10.2.3_A1.2_T4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/global/S10.2.3_A1.2_T4.js b/test/built-ins/global/S10.2.3_A1.2_T4.js
index 6ee2522bf..3abffff7c 100644
--- a/test/built-ins/global/S10.2.3_A1.2_T4.js
+++ b/test/built-ins/global/S10.2.3_A1.2_T4.js
@@ -11,7 +11,7 @@ description: Function execution context - Other Properties
function test() {
//CHECK#27
- if ( Math === null ) {
+ if (Math === null) {
$ERROR("#27: Math === null");
}
}