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

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

Issue 11575043: Convert the small packages in pkg to use "package:". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/fixnum/test/int_64_test.dart ('k') | pkg/webdriver/test/webdrivertest.dart » ('j') | 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 fe1c4f0e5d24626a5a7402f0e98196dc0e5f2f3f..e6809ea4f17d191022896e1cfd6a55149d9b8297 100644
--- a/pkg/logging/test/logging_test.dart
+++ b/pkg/logging/test/logging_test.dart
@@ -5,9 +5,8 @@
library logging_test;
-// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
-import '../lib/logging.dart';
-import '../../../pkg/unittest/lib/unittest.dart';
+import 'package:logging/logging.dart';
+import 'package:/unittest/unittest.dart';
main() {
test('level comparison is a valid comparator', () {
« no previous file with comments | « pkg/fixnum/test/int_64_test.dart ('k') | pkg/webdriver/test/webdrivertest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698