summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/prototype/S15.3.4_A2_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/prototype/S15.3.4_A2_T3.js')
-rw-r--r--test/built-ins/Function/prototype/S15.3.4_A2_T3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/prototype/S15.3.4_A2_T3.js b/test/built-ins/Function/prototype/S15.3.4_A2_T3.js
index f72522a14..5b4b159cd 100644
--- a/test/built-ins/Function/prototype/S15.3.4_A2_T3.js
+++ b/test/built-ins/Function/prototype/S15.3.4_A2_T3.js
@@ -16,5 +16,5 @@ try {
$ERROR('#1: The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined');
}
} catch (e) {
- $ERROR('#1.1: The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined: '+e);
+ $ERROR('#1.1: The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined: ' + e);
}