Index: test/webkit/dfg-ensure-non-array-array-storage-on-window.js |
diff --git a/test/webkit/dfg-ensure-non-array-array-storage-on-window.js b/test/webkit/dfg-ensure-non-array-array-storage-on-window.js |
index 3ae47c5dc752af6cb580244214aae8444ad52b8a..11e9fbdafcb73b91277524c2d2ce53c9f4e4ee27 100644 |
--- a/test/webkit/dfg-ensure-non-array-array-storage-on-window.js |
+++ b/test/webkit/dfg-ensure-non-array-array-storage-on-window.js |
@@ -85,4 +85,3 @@ shouldBe("thingy", "42"); |
shouldBe("foo(w)", "1"); |
w.length = 2; |
shouldBe("foo(w)", "0/0"); |
- |