Chromium Code Reviews| Index: LayoutTests/fast/js/script-tests/string-split-double-empty.js |
| diff --git a/LayoutTests/fast/js/script-tests/string-split-double-empty.js b/LayoutTests/fast/js/script-tests/string-split-double-empty.js |
| deleted file mode 100644 |
| index 5b3ffbe6632add792d86c938270bcec4df992fb5..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/js/script-tests/string-split-double-empty.js |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -description( |
| -'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=44600">split() function returns wrong answer for second empty split</a>.' |
| -); |
| - |
| -shouldBe('"".split(/s+/)', '[""]'); |
| -shouldBe('"".split(/s+/)', '[""]'); |