Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt
diff --git a/LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt b/LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt
deleted file mode 100644
index e0d2c5696efd441f0f40ac5fb09a0a0b976f0fb1..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-This test checks that automatic semicolon insertion for parsing and reparsing agree. In a debug build, this test will fail with an assertion failure if they do not.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS commaTest() is undefined.
-PASS varCommaTest() is undefined.
-PASS constCommaTest() is undefined.
-PASS commaParenTest() is undefined.
-PASS commaParenThrowTest() threw exception ReferenceError: Can't find variable: x.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698