Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: tests/compiler/dart2js/analyze_api_test.dart

Issue 1562023002: Add test of unittests. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}

Powered by Google App Engine
This is Rietveld 408576698