Index: test/get/path/relative_path_test.dart |
diff --git a/test/get/path/relative_path_test.dart b/test/get/path/relative_path_test.dart |
index d9f8ce86ef9a4cc85ac2715b4a8c59b23e231951..85e7374158b242fecffd9a87a47d2d3cc9c78eee 100644 |
--- a/test/get/path/relative_path_test.dart |
+++ b/test/get/path/relative_path_test.dart |
@@ -3,11 +3,11 @@ |
// BSD-style license that can be found in the LICENSE d.file. |
import 'package:path/path.dart' as path; |
+import 'package:pub/src/lock_file.dart'; |
import 'package:scheduled_test/scheduled_test.dart'; |
import 'package:unittest/unittest.dart'; |
-import '../../../lib/src/lock_file.dart'; |
-import '../../../lib/src/source_registry.dart'; |
+import 'package:pub/src/source_registry.dart'; |
Bob Nystrom
2015/05/22 00:05:17
With the above.
nweiz
2015/05/22 00:14:24
Done.
|
import '../../descriptor.dart' as d; |
import '../../test_pub.dart'; |