summaryrefslogtreecommitdiff
path: root/test/mach-o/sectalign.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mach-o/sectalign.yaml')
-rw-r--r--test/mach-o/sectalign.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mach-o/sectalign.yaml b/test/mach-o/sectalign.yaml
index 556fd52c96e1..f0df9f9c5485 100644
--- a/test/mach-o/sectalign.yaml
+++ b/test/mach-o/sectalign.yaml
@@ -1,6 +1,6 @@
# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.8 %s -dylib \
# RUN: -sectalign __DATA __custom 0x800 -sectalign __TEXT __text 0x400 \
-# RUN: %p/Inputs/libSystem.yaml -o %t \
+# RUN: %p/Inputs/x86_64/libSystem.yaml -o %t \
# RUN: && llvm-readobj -sections %t | FileCheck %s
#
# Test -sectalign option on __text and a custom section.