diff options
Diffstat (limited to 'test/mach-o/got-order.yaml')
-rw-r--r-- | test/mach-o/got-order.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mach-o/got-order.yaml b/test/mach-o/got-order.yaml index b69877ecdc396..2e8579cad6d28 100644 --- a/test/mach-o/got-order.yaml +++ b/test/mach-o/got-order.yaml @@ -1,5 +1,5 @@ # RUN: lld -flavor darwin -arch x86_64 %s %p/Inputs/got-order.yaml \ -# RUN: %p/Inputs/got-order2.yaml -o %t %p/Inputs/libSystem.yaml +# RUN: %p/Inputs/got-order2.yaml -o %t %p/Inputs/x86_64/libSystem.yaml # RUN: llvm-objdump -bind %t | FileCheck %s # # Test that GOT slots are sorted by name |