Skip to content

Commit ce863dd

Browse files
committed
[lld-macho,test] Fix REQUIRES after #97639
1 parent ea39f97 commit ce863dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lld/test/MachO/implicit-and-allowable-clients.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: arm
1+
# REQUIRES: aarch64
22
# RUN: rm -rf %t; split-file %s %t
33
# RUN: ln -s Versions/A/FrameworkPublic.tbd %t/System/Library/Frameworks/FrameworkPublic.framework/
44
# RUN: ln -s Versions/A/FrameworkPrivate.tbd %t/System/Library/Frameworks/FrameworkPrivate.framework/
@@ -46,4 +46,3 @@ _main:
4646
.data
4747
.quad _funcPublic
4848
.quad _funcPrivate
49-

0 commit comments

Comments
 (0)