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

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

Issue 16830002: Be smarter about when to disable global type inference. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with HEAD Created 7 years, 6 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 | « dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart
diff --git a/dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart b/dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart
index 7025c417240f72f8ad3c868ac98e1e13e7ce4a9c..4869c704a1b109ed418cff52b9891261d9914b32 100644
--- a/dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart
+++ b/dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart
@@ -44,6 +44,7 @@ main() {
Expect.isFalse(compiler.compilationFailed);
Expect.isFalse(compiler.enqueuer.resolution.hasEnqueuedEverything);
Expect.isFalse(compiler.enqueuer.codegen.hasEnqueuedEverything);
+ Expect.isFalse(compiler.disableTypeInference);
}
const Map MEMORY_SOURCE_FILES = const {
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698