diff options
Diffstat (limited to 'test/language/statements/switch/S12.11_A1_T3.js')
-rw-r--r-- | test/language/statements/switch/S12.11_A1_T3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/switch/S12.11_A1_T3.js b/test/language/statements/switch/S12.11_A1_T3.js index 839376d7d..0a5c91ecc 100644 --- a/test/language/statements/switch/S12.11_A1_T3.js +++ b/test/language/statements/switch/S12.11_A1_T3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | If Result.type is break and Result.target is in the current label set, return (normal, Result.value, empty) es5id: 12.11_A1_T3 |