Index: test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js |
diff --git a/test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js b/test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js |
index b4fa6c18839b291959439a759f132c940477e5dc..cc22ec4e4dd80c2002adfcc523f4db39c5faa134 100644 |
--- a/test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js |
+++ b/test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js |
@@ -58,4 +58,3 @@ function argsToStr(args) { |
for (var __i = 0; __i < 200; ++__i) |
shouldThrow("argsToStr(bar(\"a\" + __i, \"b\" + __i, \"c\" + __i))"); |
- |