| 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 649c94980de2326049acc42f221dd7aa008109d1..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
|
| -
|
|
|