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

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

Issue 17315012: Generate less code when importing dart:mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments 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/lib/js_names.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 4869c704a1b109ed418cff52b9891261d9914b32..6b691e067efa750336b3ff466be976db568872f1 100644
--- a/dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart
+++ b/dart/tests/compiler/dart2js/mirror_tree_shaking_test.dart
@@ -45,6 +45,7 @@ main() {
Expect.isFalse(compiler.enqueuer.resolution.hasEnqueuedEverything);
Expect.isFalse(compiler.enqueuer.codegen.hasEnqueuedEverything);
Expect.isFalse(compiler.disableTypeInference);
+ Expect.isFalse(compiler.backend.hasRetainedMetadata);
}
const Map MEMORY_SOURCE_FILES = const {
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_names.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698