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

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: Addressed Johnni's comments 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 ed8ea5a607fc99ed1fac51d26adf000a2ae39f5e..816809e47cdb1f98483938896a6b2ff4d7d915cd 100644
--- a/dart/tests/compiler/dart2js/dart_backend_test.dart
+++ b/dart/tests/compiler/dart2js/dart_backend_test.dart
@@ -220,7 +220,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() {
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | dart/tests/compiler/dart2js/minify_many_locals_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698