Chromium Code Reviews| Index: LayoutTests/fast/js/script-tests/exception-registerfile-shrink.js |
| diff --git a/LayoutTests/fast/js/script-tests/exception-registerfile-shrink.js b/LayoutTests/fast/js/script-tests/exception-registerfile-shrink.js |
| deleted file mode 100644 |
| index dcb4387beb28f7d7e78b2249b55fb239eafe4e4f..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/js/script-tests/exception-registerfile-shrink.js |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -description( |
| -"Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=41948'>REGRESSION(r60392): Registerfile can be unwound too far following an exception</a>. If the test doesn't crash, you pass." |
| -); |
| - |
| -eval('try { throw 0; } catch(e) {}'); |
| - |
| -var x = new String(); |
| -'' + escape(x.substring(0, 1)); |