| Index: LayoutTests/fast/js/mozilla/strict/15.5.5.2-expected.txt
|
| diff --git a/LayoutTests/fast/js/mozilla/strict/15.5.5.2-expected.txt b/LayoutTests/fast/js/mozilla/strict/15.5.5.2-expected.txt
|
| index 59c61aeead156a8f32b9c73bfe69388fd8a7f072..e6d8a59c1541d60891ed111c6afbc1330cd39fd0 100644
|
| --- a/LayoutTests/fast/js/mozilla/strict/15.5.5.2-expected.txt
|
| +++ b/LayoutTests/fast/js/mozilla/strict/15.5.5.2-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -PASS 'use strict'; "foo"[0] = 1 threw exception of type TypeError.
|
| +FAIL 'use strict'; "foo"[0] = 1 should throw an instance of TypeError
|
| PASS "foo"[0] = 1 is 1
|
| PASS true === true
|
| PASS 'use strict'; delete "foo"[0] threw exception of type TypeError.
|
|
|