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

Unified Diff: tests/compiler/dart2js_extra/deferred_split_lib1.dart

Issue 1244513003: dart2js: fix dependency tracking for deferred loading when types are only used (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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_extra/deferred_split_lib1.dart
diff --git a/runtime/lib/async_patch.dart b/tests/compiler/dart2js_extra/deferred_split_lib1.dart
similarity index 76%
copy from runtime/lib/async_patch.dart
copy to tests/compiler/dart2js_extra/deferred_split_lib1.dart
index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..195357a4e77ab4ef2fbd6497550cf98494c3c9df 100644
--- a/runtime/lib/async_patch.dart
+++ b/tests/compiler/dart2js_extra/deferred_split_lib1.dart
@@ -2,5 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import "dart:_internal";
+// Library loaded eagerly by deferred_split_test.dart
+class A<T> {}
« no previous file with comments | « pkg/compiler/lib/src/resolution/tree_elements.dart ('k') | tests/compiler/dart2js_extra/deferred_split_lib2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698