| Index: packages/quiver/test/streams/all_tests.dart
|
| diff --git a/packages/quiver/test/streams/all_tests.dart b/packages/quiver/test/streams/all_tests.dart
|
| deleted file mode 100644
|
| index 3ae437cf709608d0aaf66813c289da613b82dc88..0000000000000000000000000000000000000000
|
| --- a/packages/quiver/test/streams/all_tests.dart
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright 2013 Google Inc. All Rights Reserved.
|
| -//
|
| -// Licensed under the Apache License, Version 2.0 (the "License");
|
| -// you may not use this file except in compliance with the License.
|
| -// You may obtain a copy of the License at
|
| -//
|
| -// http://www.apache.org/licenses/LICENSE-2.0
|
| -//
|
| -// Unless required by applicable law or agreed to in writing, software
|
| -// distributed under the License is distributed on an "AS IS" BASIS,
|
| -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| -// See the License for the specific language governing permissions and
|
| -// limitations under the License.
|
| -
|
| -library quiver.streams.all_tests;
|
| -
|
| -import 'collect_test.dart' as collect;
|
| -import 'concat_test.dart' as concat;
|
| -import 'enumerate_test.dart' as enumerate;
|
| -import 'streambuffer_test.dart' as streambuffer;
|
| -
|
| -main() {
|
| - collect.main();
|
| - concat.main();
|
| - enumerate.main();
|
| - streambuffer.main();
|
| -}
|
|
|