Chromium Code Reviews| Index: LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js |
| diff --git a/LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js b/LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js |
| deleted file mode 100644 |
| index d9f97f5eb99fe1669730477cdc3b48f9a26f485a..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -description( |
| -"This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses." |
| -); |
| - |
| -var re = /(?:a*)a/; |
| -shouldBe("re.exec('a')", "['a']"); |