Skip to content

Commit c176221

Browse files
authored
[github actions] minor PR to test latest github actions (#140252)
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
1 parent 388ba45 commit c176221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/src/context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class FakeXcodeProjectInterpreter implements XcodeProjectInterpreter {
375375
List<String> xcrunCommand() => <String>['xcrun'];
376376
}
377377

378-
/// Prevent test crashest from being reported to the crash backend.
378+
/// Prevent test crashes from being reported to the crash backend.
379379
class NoopCrashReporter implements CrashReporter {
380380
const NoopCrashReporter();
381381

0 commit comments

Comments
 (0)