| Index: packages/quiver_iterables/lib/iterables.dart
|
| diff --git a/packages/quiver/lib/testing/async.dart b/packages/quiver_iterables/lib/iterables.dart
|
| similarity index 67%
|
| copy from packages/quiver/lib/testing/async.dart
|
| copy to packages/quiver_iterables/lib/iterables.dart
|
| index 409f97d8d2c8ee84a044ee58d749e2a44dff72b5..26130bd6147823a91247a307590141e3f847ab28 100644
|
| --- a/packages/quiver/lib/testing/async.dart
|
| +++ b/packages/quiver_iterables/lib/iterables.dart
|
| @@ -12,16 +12,18 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -/**
|
| - * Testing support for dart:async.
|
| - */
|
| -library quiver.testing.async;
|
| +library quiver.iterables;
|
|
|
| -import 'dart:async';
|
| import 'dart:collection';
|
|
|
| -import 'package:quiver/iterables.dart';
|
| -import 'package:quiver/time.dart';
|
| -
|
| -part 'src/async/async.dart';
|
| -part 'src/async/fake_async.dart';
|
| +part 'src/concat.dart';
|
| +part 'src/count.dart';
|
| +part 'src/cycle.dart';
|
| +part 'src/enumerate.dart';
|
| +part 'src/infinite_iterable.dart';
|
| +part 'src/merge.dart';
|
| +part 'src/min_max.dart';
|
| +part 'src/partition.dart';
|
| +part 'src/generating_iterable.dart';
|
| +part 'src/range.dart';
|
| +part 'src/zip.dart';
|
|
|