| Index: packages/quiver/lib/testing/async.dart
|
| diff --git a/packages/quiver/lib/testing/async.dart b/packages/quiver/lib/testing/async.dart
|
| index 409f97d8d2c8ee84a044ee58d749e2a44dff72b5..92f776ce8a1dcc70d98eb79028c52d03fa35c79f 100644
|
| --- a/packages/quiver/lib/testing/async.dart
|
| +++ b/packages/quiver/lib/testing/async.dart
|
| @@ -12,9 +12,7 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -/**
|
| - * Testing support for dart:async.
|
| - */
|
| +/// Testing support for dart:async.
|
| library quiver.testing.async;
|
|
|
| import 'dart:async';
|
| @@ -23,5 +21,4 @@ import 'dart:collection';
|
| import 'package:quiver/iterables.dart';
|
| import 'package:quiver/time.dart';
|
|
|
| -part 'src/async/async.dart';
|
| part 'src/async/fake_async.dart';
|
|
|