| Index: pkg/unittest/test/expect_async_test.dart
|
| diff --git a/pkg/unittest/test/unittest_expect_async_test.dart b/pkg/unittest/test/expect_async_test.dart
|
| similarity index 98%
|
| rename from pkg/unittest/test/unittest_expect_async_test.dart
|
| rename to pkg/unittest/test/expect_async_test.dart
|
| index a8bbde5f412a76a728e3a4157df477e59bb436be..cd771b14f7e8e6c21da07866992f5d73607a1f22 100644
|
| --- a/pkg/unittest/test/unittest_expect_async_test.dart
|
| +++ b/pkg/unittest/test/expect_async_test.dart
|
| @@ -3,11 +3,13 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library unittestTest;
|
| -import 'dart:isolate';
|
| +
|
| import 'dart:async';
|
| +import 'dart:isolate';
|
| +
|
| import 'package:unittest/unittest.dart';
|
|
|
| -part 'unittest_test_utils.dart';
|
| +part 'utils.dart';
|
|
|
| var testFunction = (TestConfiguration testConfig) {
|
| test('expectAsync zero params', () {
|
|
|