Index: LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt |
diff --git a/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt b/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt |
deleted file mode 100644 |
index ae27eb71e937d20d4b3199b809f76123f456b900..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-This test checks that functions re-string-ify in a way that is syntactically compatible with concatenation. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS (function(){return}).toString() is 'function () {return;}' |
-PASS (function(){return }).toString() is 'function () {return; }' |
-PASS (function(){return |
-}).toString() is 'function () {return;\n}' |
-PASS (function(){}).toString() is 'function () {}' |
-PASS (function(){ }).toString() is 'function () { }' |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |