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

Unified Diff: tests/language/deferred_constraints_type_annotation_old_syntax_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_constraints_type_annotation_old_syntax_test.dart
diff --git a/tests/language/deferred_constraints_type_annotation_test.dart b/tests/language/deferred_constraints_type_annotation_old_syntax_test.dart
similarity index 93%
copy from tests/language/deferred_constraints_type_annotation_test.dart
copy to tests/language/deferred_constraints_type_annotation_old_syntax_test.dart
index cd4cdf542568753680412935f12ec4c7c00e6e3a..6bca41975c3472f9c66ac8e68e8df2522a1c5743 100644
--- a/tests/language/deferred_constraints_type_annotation_test.dart
+++ b/tests/language/deferred_constraints_type_annotation_old_syntax_test.dart
@@ -6,8 +6,8 @@ import "dart:async";
import 'package:expect/expect.dart';
import 'package:async_helper/async_helper.dart';
-@lazy import "deferred_constraints_lib.dart" as lib;
-import "deferred_constraints_lib.dart" as lib2; /// type_annotation_non_deferred: ok
+@lazy import "deferred_constraints_old_syntax_lib.dart" as lib;
+import "deferred_constraints_old_syntax_lib.dart" as lib2; /// type_annotation_non_deferred: ok
const lazy = const DeferredLibrary('lib');
« no previous file with comments | « tests/language/deferred_constraints_old_syntax_lib.dart ('k') | tests/language/deferred_constraints_type_annotation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698