| Index: LayoutTests/fast/regex/script-tests/constructor.js
|
| diff --git a/LayoutTests/fast/regex/script-tests/constructor.js b/LayoutTests/fast/regex/script-tests/constructor.js
|
| deleted file mode 100644
|
| index 871b528d38a10190447ad140d0082d0c2ee49a16..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/regex/script-tests/constructor.js
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -description("This test checks use of the regexp constructor.");
|
| -
|
| -var re = /abc/;
|
| -
|
| -shouldBeTrue("re === RegExp(re)");
|
| -shouldBeTrue("re !== new RegExp(re)");
|
| -shouldThrow("re === RegExp(re,'i')");
|
| -shouldThrow("re !== new RegExp(re,'i')");
|
| -
|
|
|