| Index: LayoutTests/fast/regex/constructor-expected.txt
|
| diff --git a/LayoutTests/fast/regex/constructor-expected.txt b/LayoutTests/fast/regex/constructor-expected.txt
|
| deleted file mode 100644
|
| index fb141634d4aa054ccb59f48cb33cc9bd92aaf3f8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/regex/constructor-expected.txt
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -This test checks use of the regexp constructor.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS re === RegExp(re) is true
|
| -PASS re !== new RegExp(re) is true
|
| -PASS re === RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another..
|
| -PASS re !== new RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another..
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|