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

Unified Diff: pkg/scheduled_test/test/utils.dart

Issue 12782016: Switch pkg packages, pub, and dartdoc to use package: imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 7 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 | « pkg/scheduled_test/test/substitute_future_test.dart ('k') | pkg/scheduled_test/test/value_future_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/test/utils.dart
diff --git a/pkg/scheduled_test/test/utils.dart b/pkg/scheduled_test/test/utils.dart
index 7750e8a247a9786d7f6b321d4e925452b5368585..d6c272d4e2e4a9bbc968e205d240d444f78615ed 100644
--- a/pkg/scheduled_test/test/utils.dart
+++ b/pkg/scheduled_test/test/utils.dart
@@ -7,10 +7,10 @@ library test_utils;
import 'dart:io';
import 'dart:async';
-import '../lib/src/utils.dart';
-import '../lib/src/mock_clock.dart' as mock_clock;
+import 'package:scheduled_test/src/utils.dart';
+import 'package:scheduled_test/src/mock_clock.dart' as mock_clock;
-export '../lib/src/utils.dart';
+export 'package:scheduled_test/src/utils.dart';
/// Wraps [input] to provide a timeout. If [input] completes before
/// [milliseconds] have passed, then the return value completes in the same way.
« no previous file with comments | « pkg/scheduled_test/test/substitute_future_test.dart ('k') | pkg/scheduled_test/test/value_future_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698