| Index: sdk/lib/_internal/pub/test/error_group_test.dart
|
| diff --git a/utils/tests/pub/error_group_test.dart b/sdk/lib/_internal/pub/test/error_group_test.dart
|
| similarity index 99%
|
| rename from utils/tests/pub/error_group_test.dart
|
| rename to sdk/lib/_internal/pub/test/error_group_test.dart
|
| index 3460ddd9c55deeac94f4d0fc6e8a79d7045c1eba..db952c872730a8f708bbf80e2eb9592fc1d7b0bc 100644
|
| --- a/utils/tests/pub/error_group_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/error_group_test.dart
|
| @@ -8,8 +8,8 @@ import 'dart:async';
|
|
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import '../../pub/error_group.dart';
|
| -import '../../pub/utils.dart';
|
| +import '../lib/src/error_group.dart';
|
| +import '../lib/src/utils.dart';
|
|
|
| ErrorGroup errorGroup;
|
|
|
|
|