| Index: tests/isolate/stream_mangling_test.dart
|
| diff --git a/tests/isolate/stream_mangling_test.dart b/tests/isolate/stream_mangling_test.dart
|
| index fbc56f6d5399e541d82626680430a2e554d7c4e0..824d3ae28cd032501445db8dbe6eaf6ce98839db 100644
|
| --- a/tests/isolate/stream_mangling_test.dart
|
| +++ b/tests/isolate/stream_mangling_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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 stream_mangling_test;
|
| +
|
| import 'dart:isolate';
|
| import '../../pkg/unittest/lib/unittest.dart';
|
|
|
|
|