| Index: pkg/analyzer/test/services/formatter_test.dart
|
| diff --git a/pkg/analyzer/test/services/formatter_test.dart b/pkg/analyzer/test/services/formatter_test.dart
|
| index e0a982d49ca4d02d93379e27b9d1784f1481777d..d5711193857e223157978daa99a43e56e3f17702 100644
|
| --- a/pkg/analyzer/test/services/formatter_test.dart
|
| +++ b/pkg/analyzer/test/services/formatter_test.dart
|
| @@ -29,11 +29,12 @@ main() {
|
| });
|
|
|
| /// Data-driven compilation unit tests
|
| - group('cu_tests.data', () {
|
| - runTests('cu_tests.data', (input, expectedOutput) {
|
| - expectCUFormatsTo(input, expectedOutput);
|
| - });
|
| - });
|
| + /// TODO(scheglov) https://code.google.com/p/dart/issues/detail?id=18315
|
| +// group('cu_tests.data', () {
|
| +// runTests('cu_tests.data', (input, expectedOutput) {
|
| +// expectCUFormatsTo(input, expectedOutput);
|
| +// });
|
| +// });
|
|
|
| /// Data-driven Style Guide acceptance tests
|
| group('style_guide_tests.data', () {
|
|
|