diff options
Diffstat (limited to 'test/mach-o/objc_export_list.yaml')
-rw-r--r-- | test/mach-o/objc_export_list.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mach-o/objc_export_list.yaml b/test/mach-o/objc_export_list.yaml index e67a4c7ece755..a2fcfa22ec071 100644 --- a/test/mach-o/objc_export_list.yaml +++ b/test/mach-o/objc_export_list.yaml @@ -1,5 +1,5 @@ # RUN: lld -flavor darwin -arch x86_64 -dylib %s -o %t \ -# RUN: -exported_symbol .objc_class_name_Foo %p/Inputs/libSystem.yaml +# RUN: -exported_symbol .objc_class_name_Foo %p/Inputs/x86_64/libSystem.yaml # RUN: llvm-nm -m %t | FileCheck %s # # Test that exported objc classes can be specificed using old naming |