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

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

Issue 2974703002: Move forward rolling FE public APIS (make bots green) (Closed)
Patch Set: Created 3 years, 5 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 | « pkg/compiler/tool/generate_kernel.dart ('k') | tests/compiler/dart2js/kernel/compiler_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/dill_loader_test.dart
diff --git a/tests/compiler/dart2js/dill_loader_test.dart b/tests/compiler/dart2js/dill_loader_test.dart
index 7e989e26184b0c987fa070f3b37487e13e26489f..a2f2da9cdb36f11c20ba2096bc94d6dd0452615f 100644
--- a/tests/compiler/dart2js/dill_loader_test.dart
+++ b/tests/compiler/dart2js/dill_loader_test.dart
@@ -48,6 +48,7 @@ main() {
var options = new CompilerOptions()
..target = new Dart2jsTarget(new TargetFlags())
..packagesFileUri = Platform.script.resolve('../../../.packages')
+ ..compileSdk = true
Siggi Cherem (dart-lang) 2017/07/08 04:14:52 this was not required the first time I updated thi
..linkedDependencies = [platform]
..verify = true
..onError = errorHandler;
« no previous file with comments | « pkg/compiler/tool/generate_kernel.dart ('k') | tests/compiler/dart2js/kernel/compiler_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698