| Index: test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
|
| diff --git a/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt b/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
|
| index cc273dfba017b796c90d6041b188d189b3007061..df66f4eba421a0b459fdf2bbb77d0605e1b792e3 100644
|
| --- a/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
|
| +++ b/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
|
| @@ -56,9 +56,9 @@ PASS checkNumericGet(true, Boolean) is true
|
| FAIL checkNumericSet(1, Number) should be true. Was false.
|
| FAIL checkNumericSet('hello', String) should be true. Was false.
|
| FAIL checkNumericSet(true, Boolean) should be true. Was false.
|
| -FAIL checkNumericGetStrict(1, Number) should be true. Was false.
|
| -FAIL checkNumericGetStrict('hello', String) should be true. Was false.
|
| -FAIL checkNumericGetStrict(true, Boolean) should be true. Was false.
|
| +PASS checkNumericGetStrict(1, Number) is true
|
| +PASS checkNumericGetStrict('hello', String) is true
|
| +PASS checkNumericGetStrict(true, Boolean) is true
|
| FAIL checkNumericSetStrict(1, Number) should be true. Was false.
|
| FAIL checkNumericSetStrict('hello', String) should be true. Was false.
|
| FAIL checkNumericSetStrict(true, Boolean) should be true. Was false.
|
|
|