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

Unified Diff: pkg/scheduled_test/lib/src/descriptor/file.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/src/descriptor/file.dart
diff --git a/pkg/scheduled_test/lib/src/descriptor/file.dart b/pkg/scheduled_test/lib/src/descriptor/file.dart
index 2fefb89ca782a14f0e9b6d31fe1a5d0319a3a116..15b9ef46f3f0d665dcafc2b7031cdfd210eb587f 100644
--- a/pkg/scheduled_test/lib/src/descriptor/file.dart
+++ b/pkg/scheduled_test/lib/src/descriptor/file.dart
@@ -9,7 +9,7 @@ import 'dart:io' as io;
import 'dart:math' as math;
import 'dart:utf';
-import 'package:pathos/path.dart' as path;
+import '../../../../../pkg/pathos/lib/path.dart' as path;
import '../../descriptor.dart' as descriptor;
import '../../scheduled_test.dart';

Powered by Google App Engine
This is Rietveld 408576698