| Index: test/webkit/dfg-constant-fold-misprediction.js
|
| diff --git a/test/webkit/dfg-constant-fold-misprediction.js b/test/webkit/dfg-constant-fold-misprediction.js
|
| index cd73f705a29985147d479f3ceed4b24128d8bf4e..9760e4f56a6961a589d5b03473cef70aa93f54d5 100644
|
| --- a/test/webkit/dfg-constant-fold-misprediction.js
|
| +++ b/test/webkit/dfg-constant-fold-misprediction.js
|
| @@ -56,5 +56,3 @@ function foo(x) {
|
| // Call foo() enough times to make totally sure that we optimize.
|
| for (var i = 0; i < 5; ++i)
|
| shouldBe("foo(0.5)", "1000.50025");
|
| -
|
| -
|
|
|