| Index: tests/compiler/dart2js/embedded_category_api_boundary_test.dart
|
| diff --git a/tests/compiler/dart2js/embedded_category_api_boundary_test.dart b/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
|
| index cbd973e2a499b57f0c6bf2a42c89fc0e7348cc0d..76db27b847c7a53981c7bad0b82ae7fd5db69a8b 100644
|
| --- a/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
|
| +++ b/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
|
| @@ -24,7 +24,8 @@ main() async {
|
| });
|
| asyncTest(() async {
|
| analyze(uriList, {},
|
| - checkResults: checkResults, analyzeMain: true, analyzeAll: false);
|
| + checkResults: checkResults,
|
| + mode: AnalysisMode.MAIN);
|
| });
|
| }
|
|
|
|
|