mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
Uncomments avoid_redundant_argument_values in analysis_options.yaml (#6163)
This commit is contained in:
@ -504,7 +504,7 @@ void main() {
|
||||
});
|
||||
|
||||
test('skips non-Flutter examples', () async {
|
||||
createFakePackage('package', packagesDir, isFlutter: false);
|
||||
createFakePackage('package', packagesDir);
|
||||
|
||||
final List<String> output = await runCapturingPrint(
|
||||
runner, <String>['build-examples', '--ios']);
|
||||
|
Reference in New Issue
Block a user