| Index: pkg/analysis_server/test/integration/analysis/error_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/error_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| index cee4dfce6345d2f1550cc46eeff369316012648f..1a067f4de7298a309930fb319d435ee5dfdfb433 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| @@ -14,7 +14,7 @@ main() {
|
| runReflectiveTests(AnalysisErrorIntegrationTest);
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
|
| {
|
| test_detect_simple_error() {
|
|
|