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

Unified Diff: compiler/javatests/com/google/dart/compiler/parser/ParserTests.java

Issue 8381018: Expect '{' during class parsing, report error if not. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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: compiler/javatests/com/google/dart/compiler/parser/ParserTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/parser/ParserTests.java b/compiler/javatests/com/google/dart/compiler/parser/ParserTests.java
index c7e7548a43cc37cd629418b88ed12ab5aa142802..ffb8e1c299810d04af2f94ec2755a2515c7b4cbd 100644
--- a/compiler/javatests/com/google/dart/compiler/parser/ParserTests.java
+++ b/compiler/javatests/com/google/dart/compiler/parser/ParserTests.java
@@ -22,6 +22,7 @@ public class ParserTests extends TestSetup {
suite.addTestSuite(CPParserTest.class);
suite.addTestSuite(ParserRoundTripTest.class);
suite.addTestSuite(LibraryParserTest.class);
+ //suite.addTestSuite(NegativeParserTest.class); TODO(scheglov) fix failures here and add again
suite.addTestSuite(ValidatingSyntaxTest.class);
suite.addTestSuite(CommentTest.class);
suite.addTestSuite(ErrorMessageLocationTest.class);

Powered by Google App Engine
This is Rietveld 408576698