| 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 1a067f4de7298a309930fb319d435ee5dfdfb433..2a76f3d31f4cf15bf94b114439d3c26ae267658f 100644
 | 
| --- a/pkg/analysis_server/test/integration/analysis/error_test.dart
 | 
| +++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
 | 
| @@ -15,8 +15,8 @@ main() {
 | 
|  }
 | 
|  
 | 
|  @reflectiveTest
 | 
| -class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
 | 
| -    {
 | 
| +class AnalysisErrorIntegrationTest
 | 
| +    extends AbstractAnalysisServerIntegrationTest {
 | 
|    test_detect_simple_error() {
 | 
|      String pathname = sourcePath('test.dart');
 | 
|      writeFile(pathname, '''
 | 
| 
 |