| Index: tests/compiler/dart2js/analyze_api_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
|
| index 91b4ae2838feed638f6f6e3df41b7163215c9e84..d4f2f9f833608d9378226dad010f2d5c0d8a8cc5 100644
|
| --- a/tests/compiler/dart2js/analyze_api_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_api_test.dart
|
| @@ -29,5 +29,5 @@ void main() {
|
| uriList.add(new Uri(scheme: 'dart', path: name));
|
| }
|
| });
|
| - asyncTest(() => analyze(uriList, WHITE_LIST));
|
| + asyncTest(() => analyze(uriList, WHITE_LIST, mode: AnalysisMode.ALL));
|
| }
|
|
|