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

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

Issue 1314973003: Add support for analyzing individual URIs. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comment Created 5 years, 4 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/serialization_analysis_test.dart
diff --git a/tests/compiler/dart2js/serialization_analysis_test.dart b/tests/compiler/dart2js/serialization_analysis_test.dart
index ec6672b8261f5fd9ad01184430b590c4b8ca5f17..e20726ffec32c267aa5f8dbe9a8941bd15b00ab0 100644
--- a/tests/compiler/dart2js/serialization_analysis_test.dart
+++ b/tests/compiler/dart2js/serialization_analysis_test.dart
@@ -201,7 +201,7 @@ Future analyze(String serializedData, Uri entryPoint, Test test) async {
}
Future<String> serializeDartCore() async {
- Compiler compiler = compilerFor({},
+ Compiler compiler = compilerFor(
options: ['--analyze-all', '--output-type=dart']);
await compiler.runCompiler(Uri.parse('dart:core'));
return serialize(compiler.libraryLoader.libraries);
« no previous file with comments | « tests/compiler/dart2js/message_kind_helper.dart ('k') | tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698