| Index: pkg/analyzer/test/src/util/fast_uri_test.dart
|
| diff --git a/pkg/analyzer/test/src/util/fast_uri_test.dart b/pkg/analyzer/test/src/util/fast_uri_test.dart
|
| index a076c96955dfb71d646779e71fc3c10dd5628b1c..246cb0016ec712c48a0283033ba31f185af2419e 100644
|
| --- a/pkg/analyzer/test/src/util/fast_uri_test.dart
|
| +++ b/pkg/analyzer/test/src/util/fast_uri_test.dart
|
| @@ -5,14 +5,16 @@
|
| library analyzer.test.src.util.fast_uri_test;
|
|
|
| import 'package:analyzer/src/util/fast_uri.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| -import 'package:unittest/unittest.dart';
|
|
|
| import '../../utils.dart';
|
|
|
| main() {
|
| initializeTestEnvironment();
|
| - defineReflectiveTests(_FastUriTest);
|
| + defineReflectiveSuite(() {
|
| + defineReflectiveTests(_FastUriTest);
|
| + });
|
| }
|
|
|
| @reflectiveTest
|
|
|