| Index: pkg/unittest/test/protect_async_test.dart
|
| diff --git a/pkg/unittest/test/unittest_protect_async_test.dart b/pkg/unittest/test/protect_async_test.dart
|
| similarity index 97%
|
| rename from pkg/unittest/test/unittest_protect_async_test.dart
|
| rename to pkg/unittest/test/protect_async_test.dart
|
| index 15d339484d8f3cd63499a0fae0a02a90f8ab2a2e..8fd676515b6e930613d0b39083010dcb250f6174 100644
|
| --- a/pkg/unittest/test/unittest_protect_async_test.dart
|
| +++ b/pkg/unittest/test/protect_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 = (_) {
|
| test('protectAsync0', () {
|
|
|