Attempt forward fix for Linux buildbots for D116385

This commit is contained in:
David Goldman 2022-03-17 12:49:08 -04:00
parent 00cdbd7845
commit 8522a01e84
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ TEST_F(ObjCMemberwiseInitializerTest, TestAvailability) {
@end
)cpp");
ExtraArgs.push_back("-fobjc-runtime=macosx");
ExtraArgs.push_back("-fobjc-arc");
// Ensure the action can be initiated on the interface and implementation,
@ -88,6 +89,7 @@ TEST_F(ObjCMemberwiseInitializerTest, TestAvailability) {
TEST_F(ObjCMemberwiseInitializerTest, Test) {
FileName = "TestTU.m";
ExtraArgs.push_back("-fobjc-runtime=macosx");
ExtraArgs.push_back("-fobjc-arc");
const char *Input = R"cpp(