summaryrefslogtreecommitdiff
path: root/test/language/statements/try/S12.14_A9_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/try/S12.14_A9_T2.js')
-rw-r--r--test/language/statements/try/S12.14_A9_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/try/S12.14_A9_T2.js b/test/language/statements/try/S12.14_A9_T2.js
index 8957a8f7b..1f97f8fe9 100644
--- a/test/language/statements/try/S12.14_A9_T2.js
+++ b/test/language/statements/try/S12.14_A9_T2.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
"try" with "catch" or "finally" statement within/without an "do while"
statement
es5id: 12.14_A9_T2