mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 05:11:15 +00:00
Attempt forward fix for Linux buildbots for D116385
This commit is contained in:
parent
00cdbd7845
commit
8522a01e84
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user