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

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

Issue 10909015: Unify the name of the flag and make it settable from command line. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
« no previous file with comments | « lib/compiler/implementation/dart2js.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/unparser_test.dart
diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
index 37d1e104c8dce6c209081cea4844e2ea5e000df6..d5929da0a7ac0d5ca3c2f820ed4f54ed77c7b77d 100644
--- a/tests/compiler/dart2js/unparser_test.dart
+++ b/tests/compiler/dart2js/unparser_test.dart
@@ -87,7 +87,7 @@ testDart2DartWithLibrary(
final options = <String>['--output-type=dart'];
if (minify) options.add('--minify');
- if (cutDeclarationTypes) options.add('--cutDeclarationTypes');
+ if (cutDeclarationTypes) options.add('--cut-declaration-types');
compile(
scriptUri,
« no previous file with comments | « lib/compiler/implementation/dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698