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

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

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « dart/pkg/logging/lib/logging.dart ('k') | dart/pkg/meta/lib/meta.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/logging/test/logging_test.dart
diff --git a/dart/pkg/logging/test/logging_test.dart b/dart/pkg/logging/test/logging_test.dart
index 8d274e1a710ae7cef5f00194fd3ec92009b134af..e975dbd64b16b8cdf00adf35d01abd6e3acc5fca 100644
--- a/dart/pkg/logging/test/logging_test.dart
+++ b/dart/pkg/logging/test/logging_test.dart
@@ -3,11 +3,11 @@
// BSD-style license that can be found in the LICENSE file.
-library logging_test;
+#library('logging_test');
// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
-import '../lib/logging.dart';
-import '../../../pkg/unittest/unittest.dart';
+#import('../lib/logging.dart');
+#import('../../../pkg/unittest/unittest.dart');
main() {
test('level comparison is a valid comparator', () {
« no previous file with comments | « dart/pkg/logging/lib/logging.dart ('k') | dart/pkg/meta/lib/meta.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698