Skip to content

Commit 30449b0

Browse files
committed
Fix test I wrote
Signed-off-by: Aaron Sky <aaronsky@skyaaron.com>
1 parent edd5f0f commit 30449b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • examples/integration/iOSApp/Test/ObjCUnitTests

examples/integration/iOSApp/Test/ObjCUnitTests/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ios_unit_test(
2424
"@rules_xcodeproj//xcodeproj:generated",
2525
],
2626
deps = [":iOSAppObjCUnitTests.library"],
27+
toolchains = ["//:flag_with_make_variable"],
2728
)
2829

2930
objc_library(

0 commit comments

Comments
 (0)