summaryrefslogtreecommitdiff
path: root/test/language/statements/function/early-body-super-call.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/function/early-body-super-call.js')
-rw-r--r--test/language/statements/function/early-body-super-call.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/function/early-body-super-call.js b/test/language/statements/function/early-body-super-call.js
index 0af7a3d48..358548525 100644
--- a/test/language/statements/function/early-body-super-call.js
+++ b/test/language/statements/function/early-body-super-call.js
@@ -4,7 +4,7 @@
esid: sec-function-definitions-static-semantics-early-errors
es6id: 14.1.2
description: Body may not contain a "super" call
-info: >
+info: |
It is a Syntax Error if FunctionBody Contains SuperCall is true.
negative:
phase: early