| Index: pkg/analyzer/test/src/context/builder_test.dart
|
| diff --git a/pkg/analyzer/test/src/context/builder_test.dart b/pkg/analyzer/test/src/context/builder_test.dart
|
| index 74321857a196342a007324162d5ec3b3a1b9843a..83e059329844874a986cc88fb19345bfd8553651 100644
|
| --- a/pkg/analyzer/test/src/context/builder_test.dart
|
| +++ b/pkg/analyzer/test/src/context/builder_test.dart
|
| @@ -735,17 +735,11 @@ linter:
|
| rules:
|
| - mock_lint_rule
|
| ''');
|
| - String projPath = resourceProvider.convertPath('/some/directory/path');
|
| - AnalysisOptions options = builder.getAnalysisOptions(projPath);
|
| + AnalysisOptions options = builder.getAnalysisOptions(
|
| + resourceProvider.convertPath('/some/directory/path'));
|
| // TODO(danrubel) fix on Windows
|
| if (resourceProvider.absolutePathContext.separator != r'\') {
|
| _expectEqualOptions(options, expected);
|
| - } else {
|
| - // echo some debugging information
|
| - print('>>> projPath: $projPath');
|
| - print('>>> ${builderOptions.defaultAnalysisOptionsFilePath}');
|
| - print('>>> getOptionsFile: ${builder.getOptionsFile(projPath)}');
|
| - fail('>>>>>>> Fail to echo test output on bots <<<<<<<');
|
| }
|
| }
|
|
|
|
|