| Index: pkg/analysis_server/test/integration/analysis/set_analysis_roots_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/set_analysis_roots_test.dart b/pkg/analysis_server/test/integration/analysis/set_analysis_roots_test.dart
|
| index 87224180bade3a5c9e5dfe7ccb286d8214017ed2..f6c1d6125bd32b7d27d77afcb7fedb5b5cdc8d55 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/set_analysis_roots_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/set_analysis_roots_test.dart
|
| @@ -17,9 +17,7 @@ main() {
|
| class SetAnalysisRootsTest extends AbstractAnalysisServerIntegrationTest {
|
| test_options() async {
|
| String pathname = sourcePath('test.dart');
|
| - writeFile(
|
| - pathname,
|
| - '''
|
| + writeFile(pathname, '''
|
| class Foo {
|
| void bar() {}
|
| }
|
|
|