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

Unified Diff: pkg/logging/test/logging_deprecated_test.dart

Issue 12380042: Don't use package: imports in logging until dartdoc/mirros support them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/logging/lib/logging.dart ('k') | pkg/logging/test/logging_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/logging/test/logging_deprecated_test.dart
diff --git a/pkg/logging/test/logging_deprecated_test.dart b/pkg/logging/test/logging_deprecated_test.dart
index 6444e3aa9a4bfdbfbd8d2ff4e8224c6f259b3309..10ab616814b7ded6ee1a303bc69ec994f2c7dbf7 100644
--- a/pkg/logging/test/logging_deprecated_test.dart
+++ b/pkg/logging/test/logging_deprecated_test.dart
@@ -5,7 +5,7 @@
library logging_test;
-import 'package:logging/logging.dart';
+import '../../../pkg/logging/lib/logging.dart';
Siggi Cherem (dart-lang) 2013/03/01 00:11:37 I had to change these too, because otherwise the V
import 'package:unittest/unittest.dart';
main() {
« no previous file with comments | « pkg/logging/lib/logging.dart ('k') | pkg/logging/test/logging_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698