Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Remove unnecessary double-generation of messages.dart
  • Loading branch information
stuartmorgan-g committed Feb 16, 2023
commit e177d58765cc93d7f1f2369c84babc39ef251926
5 changes: 0 additions & 5 deletions packages/pigeon/tool/shared/test_suites.dart
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@ Future<int> _runFlutterUnitTests() async {
'non_null_fields',
'null_fields',
'nullable_returns',
// TODO(stuartmorgan): Eliminate these files by ensuring that everything
// they are intended to cover is in core_tests.dart (or, if necessary in
// the short term due to limitations in non-Dart generators, a single other
// file). They aren't being unit tested, only analyzed.
'message',
];
final int generateCode = await _generateDart(<String, String>{
for (final String name in inputPigeons)
Expand Down