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

Unified Diff: tests/language/deferred_call_empty_before_load_lib.dart

Issue 1127043003: Add test for calling an empty function from unloaded deferred library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | « no previous file | tests/language/deferred_call_empty_before_load_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/deferred_call_empty_before_load_lib.dart
diff --git a/runtime/lib/async_patch.dart b/tests/language/deferred_call_empty_before_load_lib.dart
similarity index 89%
copy from runtime/lib/async_patch.dart
copy to tests/language/deferred_call_empty_before_load_lib.dart
index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..32dd3765f615a60ec0fec480b33f863eca4162ab 100644
--- a/runtime/lib/async_patch.dart
+++ b/tests/language/deferred_call_empty_before_load_lib.dart
@@ -2,5 +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.
-import "dart:_internal";
-
+thefun() {}
« no previous file with comments | « no previous file | tests/language/deferred_call_empty_before_load_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698