| Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| index 90fc59b26b3728fa5c3005eb6ea76e68be7ac2c2..8106a06e92c5c49c41e8f2f8937b1b56e4211b73 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -76,7 +76,7 @@ void main() {
|
| // TODO(johnniwinther): Use [WHITE_LIST] again when
|
| // [Compiler.reportUnusedCode] is reenabled.
|
| const {}, // WHITE_LIST
|
| - analyzeAll: false,
|
| + mode: AnalysisMode.TREE_SHAKING,
|
| checkResults: checkResults));
|
| }
|
|
|
|
|