Skip to content

Commit

Permalink
Remove spaces from ios_test rule that break doc generation.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=115581742
  • Loading branch information
aragos authored and philwo committed Feb 26, 2016
1 parent e75e18c commit cdf3160
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public RuleClass build(RuleClass.Builder builder, final RuleDefinitionEnvironmen
<!-- #END_BLAZE_RULE.IMPLICIT_OUTPUTS -->*/
.setImplicitOutputsFunction(
ImplicitOutputsFunction.fromFunctions(ReleaseBundlingSupport.IPA, XcodeSupport.PBXPROJ))
/* <!-- #BLAZE_RULE(ios_test ).ATTRIBUTE(target_device) -->
/* <!-- #BLAZE_RULE(ios_test).ATTRIBUTE(target_device) -->
The device against which to run the test.
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(
Expand All @@ -72,11 +72,11 @@ public RuleClass build(RuleClass.Builder builder, final RuleDefinitionEnvironmen
.allowedRuleClasses("ios_device")
.value(
env.getToolsLabel("//tools/objc/sim_devices:default")))
/* <!-- #BLAZE_RULE(ios_test ).ATTRIBUTE(xctest) -->
/* <!-- #BLAZE_RULE(ios_test).ATTRIBUTE(xctest) -->
Whether this target contains tests using the XCTest testing framework.
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(attr(IosTest.IS_XCTEST_ATTR, BOOLEAN).value(true))
/* <!-- #BLAZE_RULE(ios_test ).ATTRIBUTE(xctest_app) -->
/* <!-- #BLAZE_RULE(ios_test).ATTRIBUTE(xctest_app) -->
A <code>objc_binary</code> or <code>ios_application</code> target that contains the
app bundle to test against in XCTest.
This attribute is only valid if <code>xctest</code> is true.
Expand Down

0 comments on commit cdf3160

Please sign in to comment.