| Index: lib/src/frontend/expect_async.dart
|
| diff --git a/lib/src/expect_async.dart b/lib/src/frontend/expect_async.dart
|
| similarity index 98%
|
| rename from lib/src/expect_async.dart
|
| rename to lib/src/frontend/expect_async.dart
|
| index 0179f851fa079b387e4a80865ffb70d9a8983d57..7c39de8df63fa029321c67212bd844c6e3871ff8 100644
|
| --- a/lib/src/expect_async.dart
|
| +++ b/lib/src/frontend/expect_async.dart
|
| @@ -2,11 +2,11 @@
|
| // 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.expect_async;
|
| +library unittest.frontend.expect_async;
|
|
|
| +import '../backend/invoker.dart';
|
| +import '../backend/state.dart';
|
| import 'expect.dart';
|
| -import 'invoker.dart';
|
| -import 'state.dart';
|
|
|
| /// An object used to detect unpassed arguments.
|
| const _PLACEHOLDER = const Object();
|
|
|