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

Unified Diff: tests/compiler/dart2js/message_kind_helper.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/message_kind_helper.dart
diff --git a/tests/compiler/dart2js/message_kind_helper.dart b/tests/compiler/dart2js/message_kind_helper.dart
index 6c4df24b93574ac72dfec9079c1d4fefb52a3326..af32b58ceb8e621f9707769cb6ccef2dfeb865ef 100644
--- a/tests/compiler/dart2js/message_kind_helper.dart
+++ b/tests/compiler/dart2js/message_kind_helper.dart
@@ -82,7 +82,7 @@ Future<Compiler> check(MessageTemplate template, Compiler cachedCompiler) {
bool newBackendIsDart = template.options.contains('--output-type=dart');
Compiler compiler = compilerFor(
- example,
+ memorySourceFiles: example,
diagnosticHandler: new LegacyCompilerDiagnostics(collect),
options: ['--analyze-only',
'--enable-experimental-mirrors']..addAll(template.options),
« no previous file with comments | « tests/compiler/dart2js/memory_compiler.dart ('k') | tests/compiler/dart2js/serialization_analysis_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698