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

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

Issue 11828043: Extend compiler API to support multiple outputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/analyze_api_test.dart
diff --git a/dart/tests/compiler/dart2js/analyze_api_test.dart b/dart/tests/compiler/dart2js/analyze_api_test.dart
index 0162524180820964e439fdc15943d9bb63b60115..9e1d36527b54550ca7eb7d6dd73727a9592f7e51 100644
--- a/dart/tests/compiler/dart2js/analyze_api_test.dart
+++ b/dart/tests/compiler/dart2js/analyze_api_test.dart
@@ -45,6 +45,7 @@ void main() {
var handler = new CollectingDiagnosticHandler(provider);
var compiler = new Compiler(
provider.readStringFromUri,
+ null,
handler.diagnosticHandler,
libraryRoot, libraryRoot,
<String>['--analyze-only', '--analyze-all',
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698