We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388ba45 commit c176221Copy full SHA for c176221
packages/flutter_tools/test/src/context.dart
@@ -375,7 +375,7 @@ class FakeXcodeProjectInterpreter implements XcodeProjectInterpreter {
375
List<String> xcrunCommand() => <String>['xcrun'];
376
}
377
378
-/// Prevent test crashest from being reported to the crash backend.
+/// Prevent test crashes from being reported to the crash backend.
379
class NoopCrashReporter implements CrashReporter {
380
const NoopCrashReporter();
381
0 commit comments