diff --git a/doc/rules-ios.md b/doc/rules-ios.md index 67534bfe1f..939f0d242f 100644 --- a/doc/rules-ios.md +++ b/doc/rules-ios.md @@ -598,7 +598,7 @@ of the attributes inherited by all test rules, please check the | runner | The runner target that will provide the logic on how to run the tests. Needs to provide the AppleTestRunnerInfo provider. | Label | required | | | test_coverage_manifest | A file that will be used in lcov export calls to limit the scope of files instrumented with coverage. | Label | optional | `None` | | test_filter | Test filter string that will be passed into the test runner to select which tests will run. | String | optional | `""` | -| test_host | - | Label | optional | `None` | +| test_host | - | Label | required | `None` | | test_host_is_bundle_loader | Whether the 'test_host' should be used as the -bundle_loader to allow testing the symbols from the test host app | Boolean | optional | `True` |