Index: test/webkit/fast/js/function-decompilation-operators.js |
diff --git a/test/webkit/fast/js/function-decompilation-operators.js b/test/webkit/fast/js/function-decompilation-operators.js |
index 759767f88e4e30fe7670fa62c8cfb01e00b315c5..cab6dfaf96a77008b9c02a6f83e5e5cb75b58e4e 100644 |
--- a/test/webkit/fast/js/function-decompilation-operators.js |
+++ b/test/webkit/fast/js/function-decompilation-operators.js |
@@ -80,4 +80,4 @@ description("This test checks toString() round-trip decompilation for binary and |
for (test in tests) { |
var decompiledFunction = eval("(function () { " + tests[test] + ";})").toString().replace(/\n/g, ""); |
shouldBe("decompiledFunction", "'function () { " + tests[test] + ";}'"); |
- } |
+ } |