| Index: LayoutTests/fast/js/regexp-overflow-too-big-expected.txt
|
| diff --git a/LayoutTests/fast/js/regexp-overflow-too-big-expected.txt b/LayoutTests/fast/js/regexp-overflow-too-big-expected.txt
|
| deleted file mode 100644
|
| index 3a815a9dd31182d491749237e37640c53737e540..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/regexp-overflow-too-big-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -Tests a regular expression that hits the recursion limit.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS new RegExp(complexPattern + complexPattern).exec(complexInput + complexInput) is null
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|