Skip to content

Commit

Permalink
[github actions] minor PR to test latest github actions (#140252)
Browse files Browse the repository at this point in the history
Minor fix of a typo.

A merged PR on flutter/flutter with a newer base commit is needed to test the latest version of https://github.com/flutter/flutter/blob/master/.github/workflows/easy-cp.yml. (more details in flutter/flutter#140191 (comment)).

This PR has a base commit that includes the latest updates to easy-cp.yml, and would be a good candidate for testing purposes when merged
  • Loading branch information
XilaiZhang authored Dec 16, 2023
1 parent 388ba45 commit c176221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_tools/test/src/context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class FakeXcodeProjectInterpreter implements XcodeProjectInterpreter {
List<String> xcrunCommand() => <String>['xcrun'];
}

/// Prevent test crashest from being reported to the crash backend.
/// Prevent test crashes from being reported to the crash backend.
class NoopCrashReporter implements CrashReporter {
const NoopCrashReporter();

Expand Down

0 comments on commit c176221

Please sign in to comment.