| Index: sdk/lib/async/stream_pipe.dart
|
| diff --git a/sdk/lib/async/stream_pipe.dart b/sdk/lib/async/stream_pipe.dart
|
| index 9a1a0c24795468a39d3364aadb17d7d7726be753..740956773cdf8572b76fc8b0343f85674995e5c8 100644
|
| --- a/sdk/lib/async/stream_pipe.dart
|
| +++ b/sdk/lib/async/stream_pipe.dart
|
| @@ -2,7 +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.
|
|
|
| -part of "dart:async";
|
| +part of "async.dart";
|
|
|
| /** Runs user code and takes actions depending on success or failure. */
|
| _runUserCode<T>(
|
|
|