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

Unified Diff: dart/tests/compiler/dart2js/dart_backend_test.dart

Issue 324293002: Improve parser error recovery. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37359. Created 6 years, 6 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: dart/tests/compiler/dart2js/dart_backend_test.dart
diff --git a/dart/tests/compiler/dart2js/dart_backend_test.dart b/dart/tests/compiler/dart2js/dart_backend_test.dart
index 9e3ae4ac86068060b9a99e32dde5951a8576e452..194970cde24a2481c1ea9416f9ee6c03baf34a2d 100644
--- a/dart/tests/compiler/dart2js/dart_backend_test.dart
+++ b/dart/tests/compiler/dart2js/dart_backend_test.dart
@@ -208,7 +208,7 @@ testGetSet() {
}
testAbstractClass() {
- testDart2Dart('main(){A.foo;}abstract class A{final static num foo=0;}');
+ testDart2Dart('main(){A.foo;}abstract class A{static final num foo=0;}');
}
testConflictSendsRename() {

Powered by Google App Engine
This is Rietveld 408576698