| Index: test/data/options_tests_project/test_file.dart
|
| diff --git a/test/data/linter_project/test_file.dart b/test/data/options_tests_project/test_file.dart
|
| similarity index 78%
|
| copy from test/data/linter_project/test_file.dart
|
| copy to test/data/options_tests_project/test_file.dart
|
| index c1726a864172154174f7f1d5e9e2812c6663ab5e..e8f168b1794147bc717d4dac000b871f429a738f 100644
|
| --- a/test/data/linter_project/test_file.dart
|
| +++ b/test/data/options_tests_project/test_file.dart
|
| @@ -2,6 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library analyzer_cli.test.data.linter_project.test_file;
|
| +library analyzer_cli.test.data.options_test_project.test_file;
|
|
|
| class a {}
|
|
|