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

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

Issue 2997733002: Remove .compileSdk from dill_loader_test (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | 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 f6579f2393769a1772ab7c57c4c533ad5fa3d10f..81b7c072a825c6e197fe7f24edc246f88f6e142a 100644
--- a/tests/compiler/dart2js/dill_loader_test.dart
+++ b/tests/compiler/dart2js/dill_loader_test.dart
@@ -50,11 +50,9 @@ main() {
var options = new CompilerOptions()
..target = new Dart2jsTarget(new TargetFlags())
..packagesFileUri = Uri.base.resolve('.packages')
- ..compileSdk = true
..linkedDependencies = [platform]
..setExitCodeOnProblem = true
- ..verify = true
- ..sdkRoot = Uri.parse(sdkPath);
+ ..verify = true;
List<int> kernelBinary =
serializeProgram(await kernelForProgram(uri, options));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698