Chromium Code Reviews

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

Issue 10908227: Move logging to the new package layout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/logging/logging.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/logging/test/logging_test.dart
diff --git a/pkg/logging/test/logging_test.dart b/pkg/logging/test/logging_test.dart
index 666881007c1d2e9bfb889cc9eb2f940b342832de..e975dbd64b16b8cdf00adf35d01abd6e3acc5fca 100644
--- a/pkg/logging/test/logging_test.dart
+++ b/pkg/logging/test/logging_test.dart
@@ -5,7 +5,8 @@
#library('logging_test');
-#import('../logging.dart');
+// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
+#import('../lib/logging.dart');
#import('../../../pkg/unittest/unittest.dart');
main() {
« no previous file with comments | « pkg/logging/logging.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine