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