Index: test/webkit/dfg-to-string-on-value.js |
diff --git a/test/webkit/dfg-to-string-on-value.js b/test/webkit/dfg-to-string-on-value.js |
index 0c89f3b89c18e96edde4a9a2a8c9d20030eabc62..a10767bff203148ec19cdfd52c139b580a82a94b 100644 |
--- a/test/webkit/dfg-to-string-on-value.js |
+++ b/test/webkit/dfg-to-string-on-value.js |
@@ -29,4 +29,3 @@ function foo(a, o) { |
for (var i = 0; i < 100; ++i) |
shouldBe("\"\" + foo(\"foo\", i % 2 ? \"hello\" : 42)", i % 2 ? "\"foo,hello\"" : "\"foo,42\""); |
- |