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

Unified Diff: pkg/logging/test/logging_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
Index: pkg/logging/test/logging_test.dart
diff --git a/pkg/logging/test/logging_test.dart b/pkg/logging/test/logging_test.dart
index 1af342f5ed173f8e5277af218c7262888690c315..5102c423abef8434573d9c211f11c22e38a3586b 100644
--- a/pkg/logging/test/logging_test.dart
+++ b/pkg/logging/test/logging_test.dart
@@ -5,7 +5,7 @@
library logging_test;
-import 'package:logging/logging.dart';
+import '../../../pkg/logging/lib/logging.dart';
import 'package:unittest/unittest.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698