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

Unified Diff: tests/compiler/dart2js/incremental/compile_all.dart

Issue 1803303002: Move all flags to CompilerOptions (first step to stop passing the compiler to (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/incremental/compile_all.dart
diff --git a/tests/compiler/dart2js/incremental/compile_all.dart b/tests/compiler/dart2js/incremental/compile_all.dart
index 9d620615db2d6e40bfe6e7830d16f647934c11c1..fb22d152a2dc4efa64183efa4284bc24e63886d3 100644
--- a/tests/compiler/dart2js/incremental/compile_all.dart
+++ b/tests/compiler/dart2js/incremental/compile_all.dart
@@ -53,7 +53,7 @@ void compileTests(Map<String, String> sources) {
inputProvider: memoryCompiler.provider,
outputProvider: memoryCompiler.userOutputProvider,
diagnosticHandler: memoryCompiler.handler,
- packageRoot: memoryCompiler.packageRoot,
+ packageRoot: memoryCompiler.options.packageRoot,
options: options);
Future.forEach(sources.keys, (String path) {
UserTag.defaultTag.makeCurrent();
« no previous file with comments | « tests/compiler/dart2js/field_type_simple_inferer_test.dart ('k') | tests/compiler/dart2js/library_env_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698