summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/S15.3.2.1_A1_T8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/S15.3.2.1_A1_T8.js')
-rw-r--r--test/built-ins/Function/S15.3.2.1_A1_T8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/S15.3.2.1_A1_T8.js b/test/built-ins/Function/S15.3.2.1_A1_T8.js
index 0b1c5d4db..e17847cbd 100644
--- a/test/built-ins/Function/S15.3.2.1_A1_T8.js
+++ b/test/built-ins/Function/S15.3.2.1_A1_T8.js
@@ -22,6 +22,6 @@ try {
$ERROR('#1: If body is not parsable as FunctionBody then throw a SyntaxError exception');
} catch (e) {
if (!(e instanceof SyntaxError)) {
- $ERROR('#1.1: If body is not parsable as FunctionBody then throw a SyntaxError exception');
+ $ERROR('#1.1: If body is not parsable as FunctionBody then throw a SyntaxError exception');
}
}