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

Unified Diff: test/transcript_test.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 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 | « test/test_pub.dart ('k') | test/transformer/can_log_messages_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/transcript_test.dart
diff --git a/test/transcript_test.dart b/test/transcript_test.dart
index 34ea1303a00af90cf8f49e1d5b13769cce40808f..6a81d56165a0a1392b0f2346fda6ddb39f16c766 100644
--- a/test/transcript_test.dart
+++ b/test/transcript_test.dart
@@ -4,9 +4,10 @@
library version_test;
+import 'package:pub/src/transcript.dart';
import 'package:unittest/unittest.dart';
+
import 'test_pub.dart';
-import '../lib/src/transcript.dart';
main() {
initConfig();
« no previous file with comments | « test/test_pub.dart ('k') | test/transformer/can_log_messages_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698