| Index: pkg/unittest/lib/src/configuration.dart
|
| diff --git a/pkg/unittest/lib/src/configuration.dart b/pkg/unittest/lib/src/configuration.dart
|
| index 6893adca7535ce1f24a66fb90460df2c9514ccc8..ca901328cdc3e32cdd7652bd9d13059b3b38d93f 100644
|
| --- a/pkg/unittest/lib/src/configuration.dart
|
| +++ b/pkg/unittest/lib/src/configuration.dart
|
| @@ -2,7 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of unittest;
|
| +library unittest.configuration;
|
| +
|
| +import 'package:unittest/unittest.dart' show TestCase, SimpleConfiguration;
|
|
|
| /// Describes the interface used by the unit test system for communicating the
|
| /// results of a test run.
|
|
|