Chromium Code Reviews| Index: LayoutTests/fast/js/script-tests/end-in-string-escape.js |
| diff --git a/LayoutTests/fast/js/script-tests/end-in-string-escape.js b/LayoutTests/fast/js/script-tests/end-in-string-escape.js |
| deleted file mode 100644 |
| index 20f06c7a328400473b6665f08c63aa9ae355a80e..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/js/script-tests/end-in-string-escape.js |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -description('Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=33641">bug 33641</a>: Assertion failure in Lexer.cpp if input stream ends while in string escape.'); |
| - |
| -debug("Passed if no assertion failure."); |
| - |
| -try { |
| - eval('"\\'); |
| -} catch (ex) { |
| -} |