diff options
Diffstat (limited to 'deps/v8/test/webkit/throw-from-finally.js')
-rw-r--r-- | deps/v8/test/webkit/throw-from-finally.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/test/webkit/throw-from-finally.js b/deps/v8/test/webkit/throw-from-finally.js index baa4ae8f49..183245d8d1 100644 --- a/deps/v8/test/webkit/throw-from-finally.js +++ b/deps/v8/test/webkit/throw-from-finally.js @@ -78,4 +78,3 @@ try { } shouldBe("\"\" + events", "\"1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:another thingy,5:hi,5:wat\""); - |