| Index: LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
|
| diff --git a/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt b/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
|
| index 37d2bcfb36c09a0ae60bec60b8d119e794164ca5..2a60797a532dd589882ad7a47f12f0a63f556c89 100644
|
| --- a/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
|
| +++ b/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
|
| @@ -7,7 +7,7 @@ PASS true === true
|
| PASS Function("'use strict'; \"\\1\"") threw exception of type SyntaxError.
|
| PASS !!Function("\"\\1\"") is true
|
| PASS true === true
|
| -PASS Function("'use strict'; \"\\08\"") threw exception of type SyntaxError.
|
| +FAIL Function("'use strict'; \"\\08\"") should throw an instance of SyntaxError
|
| PASS !!Function("\"\\08\"") is true
|
| PASS true === true
|
| PASS !!Function("'use strict'; \"\\0\"") is true
|
|
|