diff options
author | klensy <klensy@users.noreply.github.com> | 2024-05-16 01:11:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 15:11:14 -0700 |
commit | f97f039e0bb7bb60c9cc437f678059c5ee19c8da (patch) | |
tree | 57b41cd3b58ca1fce25379172a9955b02fca55be | |
parent | 537a94b2ef67cd96a4b3a9b5612ea726a91c602b (diff) | |
download | llvm-f97f039e0bb7bb60c9cc437f678059c5ee19c8da.zip llvm-f97f039e0bb7bb60c9cc437f678059c5ee19c8da.tar.gz llvm-f97f039e0bb7bb60c9cc437f678059c5ee19c8da.tar.bz2 |
[lld,test] Fix few FileCheck annotation typos (#92238)
-rw-r--r-- | lld/test/MachO/install-name.s | 2 | ||||
-rw-r--r-- | lld/test/MachO/objc-methname.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/MachO/install-name.s b/lld/test/MachO/install-name.s index 1cf675e..c419c6c 100644 --- a/lld/test/MachO/install-name.s +++ b/lld/test/MachO/install-name.s @@ -31,7 +31,7 @@ # ID: cmd LC_ID_DYLIB # ID-NEXT: cmdsize -# LID-NEXT: name foo +# ID-NEXT: name foo .globl _main _main: diff --git a/lld/test/MachO/objc-methname.s b/lld/test/MachO/objc-methname.s index afc137ea..3d06472 100644 --- a/lld/test/MachO/objc-methname.s +++ b/lld/test/MachO/objc-methname.s @@ -16,7 +16,7 @@ # CSTRING: Contents of (__TEXT,__cstring) section # CSTRING-NEXT: existing-cstring -# CSTIRNG-EMPTY: +# CSTRING-EMPTY: # METHNAME: Contents of (__TEXT,__objc_methname) section # METHNAME-NEXT: existing_methname |