| Index: pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| index 18e28dc2e8733576250871fc26975822931ed20d..1172d78e8eaef6d01e52ef8ef892b6429a424665 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| @@ -21,9 +21,7 @@ class UpdateOptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| // We fail after the first analysis.updateOptions - we should not see a hint
|
| // for the unused import (#28800).
|
| String pathname = sourcePath('test.dart');
|
| - writeFile(
|
| - pathname,
|
| - '''
|
| + writeFile(pathname, '''
|
| import 'dart:async'; // unused
|
|
|
| class Foo {
|
|
|