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

Unified Diff: pkg/scheduled_test/lib/descriptor.dart

Issue 12449016: Use ".."-style imports in scheduled_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: pkg/scheduled_test/lib/descriptor.dart
diff --git a/pkg/scheduled_test/lib/descriptor.dart b/pkg/scheduled_test/lib/descriptor.dart
index 60210f6add37a5f40629bd39e47289a96dd94172..b8baeca9f0e742568624ab18d9a4b7b196025a5a 100644
--- a/pkg/scheduled_test/lib/descriptor.dart
+++ b/pkg/scheduled_test/lib/descriptor.dart
@@ -64,7 +64,7 @@ library descriptor;
import 'dart:async';
-import 'package:pathos/path.dart' as path;
+import '../../../pkg/pathos/lib/path.dart' as path;
import 'scheduled_test.dart';
import 'src/descriptor/async.dart';
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | pkg/scheduled_test/test/descriptor_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698