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

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

Issue 10917275: Update unittest to 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. 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/intl/test/number_format_test.dart ('k') | pkg/unittest/collection_matchers.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 e975dbd64b16b8cdf00adf35d01abd6e3acc5fca..1bed4a7071b2d7b81e6f1477b3e74c6cddfe0526 100644
--- a/pkg/logging/test/logging_test.dart
+++ b/pkg/logging/test/logging_test.dart
@@ -7,7 +7,7 @@
// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
#import('../lib/logging.dart');
-#import('../../../pkg/unittest/unittest.dart');
+#import('../../../pkg/unittest/lib/unittest.dart');
main() {
test('level comparison is a valid comparator', () {
« no previous file with comments | « pkg/intl/test/number_format_test.dart ('k') | pkg/unittest/collection_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698