| Index: lib/src/backend/outstanding_callback_counter.dart
|
| diff --git a/lib/src/backend/outstanding_callback_counter.dart b/lib/src/backend/outstanding_callback_counter.dart
|
| index ba4ba42c783b88b1968ad96b0a957defeca574d3..cd7f0ce1a09d3e7bda58166e18476abeb38971fd 100644
|
| --- a/lib/src/backend/outstanding_callback_counter.dart
|
| +++ b/lib/src/backend/outstanding_callback_counter.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.
|
|
|
| -library test.backend.outstanding_callback_counter;
|
| -
|
| import 'dart:async';
|
|
|
| /// A class that counts outstanding callbacks for a test and fires a future once
|
|
|