summaryrefslogtreecommitdiff
path: root/test/built-ins/global/S10.2.3_A1.3_T4.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/global/S10.2.3_A1.3_T4.js')
-rw-r--r--test/built-ins/global/S10.2.3_A1.3_T4.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/built-ins/global/S10.2.3_A1.3_T4.js b/test/built-ins/global/S10.2.3_A1.3_T4.js
index 9dc8843d5..bdfb2dcfd 100644
--- a/test/built-ins/global/S10.2.3_A1.3_T4.js
+++ b/test/built-ins/global/S10.2.3_A1.3_T4.js
@@ -9,11 +9,11 @@ es5id: 10.2.3_A1.3_T4
description: Eval execution context - Other Properties
---*/
-var evalStr =
- '//CHECK#27\n' +
- 'if ( Math === null ) {\n' +
- ' $ERROR("#27: Math === null");\n' +
- '}\n' +
- ';\n';
+var evalStr =
+'//CHECK#27\n'+
+'if ( Math === null ) {\n'+
+' $ERROR("#27: Math === null");\n'+
+'}\n'+
+';\n';
eval(evalStr);