| 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,
|
|
|