| Index: pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart b/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| index d91a5b09e03e6c14429a58b90623dad2251dc86b..7a8f10bc4624ebd88ee2ffe364abc00695493f63 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| @@ -14,7 +14,7 @@ main() {
|
| runReflectiveTests(Test);
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class Test extends AbstractAnalysisServerIntegrationTest {
|
| test_updateContent_list() {
|
| String pathname = sourcePath('test.dart');
|
|
|