| Index: lib/src/util/isolate_wrapper.dart
|
| diff --git a/lib/src/isolate_wrapper.dart b/lib/src/util/isolate_wrapper.dart
|
| similarity index 97%
|
| rename from lib/src/isolate_wrapper.dart
|
| rename to lib/src/util/isolate_wrapper.dart
|
| index f0031da01c8dccb7dcc9b452819191d2b4e3ef1c..3f96069b6298fcc1d604e4aeff1461f4fa07b16f 100644
|
| --- a/lib/src/isolate_wrapper.dart
|
| +++ b/lib/src/util/isolate_wrapper.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.
|
|
|
| -library unittest.isolate_wrapper;
|
| +library unittest.util.isolate_wrapper;
|
|
|
| import 'dart:async';
|
| import 'dart:isolate';
|
|
|