| Index: test/webkit/fast/js/kde/RegExp-expected.txt
|
| diff --git a/test/webkit/fast/js/kde/RegExp-expected.txt b/test/webkit/fast/js/kde/RegExp-expected.txt
|
| index a3e1f1c44bad7af64967bd4f8653193c1438f5d2..add9a29ccc39b2f6895cc8de24efc2b5567c51fd 100644
|
| --- a/test/webkit/fast/js/kde/RegExp-expected.txt
|
| +++ b/test/webkit/fast/js/kde/RegExp-expected.txt
|
| @@ -114,7 +114,7 @@ PASS str.match(/d/gi).toString() is 'D,d'
|
| PASS /\u0061/.source is '\\u0061'
|
| PASS 'abc'.match(/\u0062/).toString() is 'b'
|
| FAIL Object.prototype.toString.apply(RegExp.prototype) should be [object RegExp]. Was [object Object].
|
| -FAIL typeof RegExp.prototype.toString() should be string. Threw exception TypeError: Method RegExp.prototype.toString called on incompatible receiver [object Object]
|
| +PASS typeof RegExp.prototype.toString() is 'string'
|
| PASS new RegExp().toString() is '/(?:)/'
|
| PASS (new RegExp('(?:)')).source is '(?:)'
|
| PASS /(?:)/.toString() is '/(?:)/'
|
|
|