| Index: pkg/sequence_zip/lib/sequence_zip.dart
|
| diff --git a/tests/standalone/http_launch_data/packages/simple/simple.dart b/pkg/sequence_zip/lib/sequence_zip.dart
|
| similarity index 74%
|
| copy from tests/standalone/http_launch_data/packages/simple/simple.dart
|
| copy to pkg/sequence_zip/lib/sequence_zip.dart
|
| index b571f9d53d583067fa97ba4d61d852a0656f0e76..e8331ac4adb7a6ef0b38443835b5c36fe8eba911 100644
|
| --- a/tests/standalone/http_launch_data/packages/simple/simple.dart
|
| +++ b/pkg/sequence_zip/lib/sequence_zip.dart
|
| @@ -2,6 +2,7 @@
|
| // 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 simple;
|
| +library sequence_zip;
|
|
|
| -String getSimpleString() => 'hello';
|
| +export "iterable_zip.dart";
|
| +export "stream_zip.dart";
|
|
|