Index: test/webkit/dfg-double-use-of-post-simplification-double-prediction.js |
diff --git a/test/webkit/dfg-double-use-of-post-simplification-double-prediction.js b/test/webkit/dfg-double-use-of-post-simplification-double-prediction.js |
index cf385791c021f4f70ad99d804f290515f72cc853..2c11eb154ec344a3d611eb3e8df2e2abd0cf861f 100644 |
--- a/test/webkit/dfg-double-use-of-post-simplification-double-prediction.js |
+++ b/test/webkit/dfg-double-use-of-post-simplification-double-prediction.js |
@@ -37,4 +37,3 @@ function foo(a) { |
for (var i = 0; i < 200; ++i) |
shouldBe("foo(0.5)", "42.5"); |
- |