Skip to content

Commit 2f2e251

Browse files
stereotype441Commit Queue
authored andcommitted
[messages] Remove broken message_coverage_test.dart.
Removes the tests in `message_coverage_test.dart`, which have been failing since 2017. These tests were part of a previous effort to unify analyzer and CFE error codes, and are no longer needed. Removing them will make it easier to clean up and refactor the logic for handling shared error codes. Change-Id: I6a6a696405dbbab1934f39294c89c0ed22c23395 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451860 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Paul Berry <[email protected]>
1 parent e34d278 commit 2f2e251

File tree

2 files changed

+0
-200
lines changed

2 files changed

+0
-200
lines changed

pkg/analyzer/test/src/fasta/message_coverage_test.dart

Lines changed: 0 additions & 198 deletions
This file was deleted.

pkg/analyzer/test/src/fasta/test_all.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
import 'package:test_reflective_loader/test_reflective_loader.dart';
66

77
import 'ast_builder_test.dart' as ast_builder;
8-
import 'message_coverage_test.dart' as message_coverage;
98
import 'recovery/test_all.dart' as recovery;
109
import 'token_utils_test.dart' as token_utils;
1110

1211
main() {
1312
defineReflectiveSuite(() {
1413
ast_builder.main();
15-
message_coverage.main();
1614
recovery.main();
1715
token_utils.main();
1816
}, name: 'fasta');

0 commit comments

Comments
 (0)