| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 8122254367c4efe1c9790fa69d1e9d678170d2ea..bcac52673cf058ec35dc4a32761bf4eca91acac9 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -87,7 +87,7 @@ testDart2DartWithLibrary(
|
| fileUri('packageRoot'),
|
| provider,
|
| handler,
|
| - const ['--output-type=dart', '--unparse-validation']).then(continuation);
|
| + const ['--output-type=dart']).then(continuation);
|
| }
|
|
|
| testSignedConstants() {
|
|
|