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

Unified Diff: tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart

Issue 2992383002: Support use of dill in TypeEnv tests (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
Index: tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
diff --git a/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart b/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
index 1ccef1a94b6d641c717388193fd224d160650c67..e9311743152a5295cc3e845a1681b1796b232307 100644
--- a/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
+++ b/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
@@ -139,7 +139,8 @@ Future<ResultKind> mainInternal(List<String> args,
ClosedWorld closedWorld1 = compiler1.resolutionWorldBuilder.closeWorld();
Compiler compiler2 = await compileWithDill(
- entryPoint, const {}, [Flags.analyzeOnly, Flags.enableAssertMessage],
+ entryPoint: entryPoint,
+ options: [Flags.analyzeOnly, Flags.enableAssertMessage],
printSteps: true);
KernelFrontEndStrategy frontendStrategy = compiler2.frontendStrategy;
« no previous file with comments | « tests/compiler/dart2js/jsinterop/world_test.dart ('k') | tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698