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

Unified Diff: tests/lib/async/deferred/deferred_api_library.dart

Issue 221663005: Load deferred chunks in the right order. (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/lib/async/deferred/deferred_api_library.dart
diff --git a/tests/lib/async/deferred/deferred_api_library.dart b/tests/lib/async/deferred/deferred_api_library.dart
deleted file mode 100644
index b59077065dc8212ef534fa68b211f0e705126ff7..0000000000000000000000000000000000000000
--- a/tests/lib/async/deferred/deferred_api_library.dart
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-// 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.
-
-// Imported by deferred_api_test.dart.
-
-library deferred_api_library;
-
-foo(x) {
- print('foo($x)');
- return 42;
-}
« no previous file with comments | « tests/compiler/dart2js_extra/deferred/deferred_overlapping_test.dart ('k') | tests/lib/async/deferred/deferred_api_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698