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

Unified Diff: dart/tests/compiler/dart2js/minify_many_locals_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/minify_many_locals_test.dart
diff --git a/dart/tests/compiler/dart2js/minify_many_locals_test.dart b/dart/tests/compiler/dart2js/minify_many_locals_test.dart
index 7ab6f2f29487d9595fb43714259199cef7f76d57..b1379ae612b0e6033148ce01f7f5a7f5f7c6495e 100644
--- a/dart/tests/compiler/dart2js/minify_many_locals_test.dart
+++ b/dart/tests/compiler/dart2js/minify_many_locals_test.dart
@@ -9,7 +9,7 @@ import 'compiler_helper.dart';
main() {
var buffer = new StringBuffer();
- buffer.write("var foo(");
+ buffer.write("foo(");
for (int i = 0; i < 2000; i++) {
buffer.write("x$i, ");
}
« no previous file with comments | « dart/tests/compiler/dart2js/dart_backend_test.dart ('k') | dart/tests/language/keyword_type_expression_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698