| Index: pkg/analysis_server/test/computer/error_test.dart
|
| diff --git a/pkg/analysis_server/test/computer/error_test.dart b/pkg/analysis_server/test/computer/error_test.dart
|
| index 10848ba6396baeb29f634b20dd18885045726daf..35daca9370410321e4caf1a8bf0a03197f92865f 100644
|
| --- a/pkg/analysis_server/test/computer/error_test.dart
|
| +++ b/pkg/analysis_server/test/computer/error_test.dart
|
| @@ -19,9 +19,7 @@ import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('AnalysisError', () {
|
| - runReflectiveTests(AnalysisErrorTest);
|
| - });
|
| + runReflectiveTests(AnalysisErrorTest);
|
| }
|
|
|
|
|
|
|