| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index a69c08ce5e53ca7f32fa794c225aeb3ea98a01dd..8e9841aa6ec8c5efc68483c94a510aff2fbb9205 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('--cut-declaration-types');
|
| + if (cutDeclarationTypes) options.add('--force-cut-declaration-types');
|
|
|
| compile(
|
| scriptUri,
|
|
|