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

Unified Diff: tests/compiler/dart2js/type_mask2_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
« no previous file with comments | « tests/compiler/dart2js/subtypeset_test.dart ('k') | tests/compiler/dart2js/type_test_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/type_mask2_test.dart
diff --git a/tests/compiler/dart2js/type_mask2_test.dart b/tests/compiler/dart2js/type_mask2_test.dart
index 524a4009e07bd09ced7baab119cb75ef384eab5f..5c6e15998b90f17decae06f0511c8753b8b3106b 100644
--- a/tests/compiler/dart2js/type_mask2_test.dart
+++ b/tests/compiler/dart2js/type_mask2_test.dart
@@ -100,7 +100,7 @@ Future testUnionTypeMaskFlatten() async {
new D();
new E();
}
- """, useMockCompiler: false);
+ """, compileMode: CompileMode.memory);
ClosedWorld closedWorld = env.closedWorld;
@@ -210,7 +210,7 @@ Future testStringSubtypes() async {
'' is String;
}
""",
- useMockCompiler: false);
+ compileMode: CompileMode.memory);
ClosedWorld closedWorld = env.closedWorld;
ClassElement Object_ = env.getElement("Object");
« no previous file with comments | « tests/compiler/dart2js/subtypeset_test.dart ('k') | tests/compiler/dart2js/type_test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698