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

Unified Diff: tests/language/deferred_closurize_load_library_lib.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
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | tests/language/deferred_closurize_load_library_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/deferred_closurize_load_library_lib.dart
diff --git a/tests/language/deferred_prefix_constraints_lib2.dart b/tests/language/deferred_closurize_load_library_lib.dart
similarity index 91%
copy from tests/language/deferred_prefix_constraints_lib2.dart
copy to tests/language/deferred_closurize_load_library_lib.dart
index c79d4e536005a5d128947c9557ef22fe463bec80..c6800b7c6f5c11b30110de0a06c58abc038bd1c9 100644
--- a/tests/language/deferred_prefix_constraints_lib2.dart
+++ b/tests/language/deferred_closurize_load_library_lib.dart
@@ -2,4 +2,4 @@
// 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.
-foo() => 24;
+var trueVar = true;
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | tests/language/deferred_closurize_load_library_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698