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

Unified Diff: tests/compiler/dart2js_extra/deferred/deferred_class_test.dart

Issue 23701010: Switch to async_helper package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and adapt 3 new tests. Created 7 years, 4 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/async_helper.dart ('k') | tests/compiler/dart2js_extra/deferred/deferred_constant_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/deferred/deferred_class_test.dart
diff --git a/tests/compiler/dart2js_extra/deferred/deferred_class_test.dart b/tests/compiler/dart2js_extra/deferred/deferred_class_test.dart
index 7e05fbd197bd4d86ba3c4d5ee237540f14fa6d8d..7b6279bb7a7d15cac9e35f268c50ced1bc753943 100644
--- a/tests/compiler/dart2js_extra/deferred/deferred_class_test.dart
+++ b/tests/compiler/dart2js_extra/deferred/deferred_class_test.dart
@@ -2,8 +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 '../../../async_helper.dart';
-
+import 'package:async_helper/async_helper.dart';
import 'package:expect/expect.dart';
import 'dart:async';
« no previous file with comments | « tests/async_helper.dart ('k') | tests/compiler/dart2js_extra/deferred/deferred_constant_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698