| 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', () {
|
|
|