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

Unified Diff: tests/language/deferred_duplicate_prefix1_test.dart

Issue 201613006: Introduces the new syntax for deferred loading (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/language/deferred_duplicate_prefix1_test.dart
diff --git a/tests/language/deferred_duplicate_prefix1_test.dart b/tests/language/deferred_duplicate_prefix1_test.dart
index 2665a0922ac1eebfd0223e4afa201de777d45e35..fe6acca1b06d3fe4746c6243022207ba410d4730 100644
--- a/tests/language/deferred_duplicate_prefix1_test.dart
+++ b/tests/language/deferred_duplicate_prefix1_test.dart
@@ -2,11 +2,7 @@
// 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:async";
-
import "deferred_prefix_constraints_lib2.dart" as lib;
-@lazy import "deferred_prefix_constraints_lib.dart" as lib; /// 01: compile-time error
-
-const lazy = const DeferredLibrary('lib');
+import "deferred_prefix_constraints_lib.dart" deferred as lib; /// 01: compile-time error
void main() {}
« no previous file with comments | « tests/language/deferred_constraints_type_annotation_test.dart ('k') | tests/language/deferred_duplicate_prefix2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698