| 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 bb7078daefcabb9f1847754981df0706fc4c0fff..21330d7f24fc29cf746fc218f477272dec07e72f 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| @@ -18,7 +18,7 @@ class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
|
| writeFile(pathname,
|
| '''
|
| main() {
|
| - var x // parse error: missing ';'
|
| + print(null) // parse error: missing ';'
|
| }''');
|
| standardAnalysisSetup();
|
| return analysisFinished.then((_) {
|
|
|