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

Unified Diff: tests/compiler/dart2js/embedded_category_api_boundary_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/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);
});
}

Powered by Google App Engine
This is Rietveld 408576698