diff --git a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s index d85bf1076601..96dd3e8040f2 100644 --- a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s +++ b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s @@ -6,8 +6,8 @@ // Check that no __rela_iplt_end/__rela_iplt_start // appear in symtab if there is no references to them. // CHECK: Symbols [ -// CHECK-NEXT-NOT: __rela_iplt_end -// CHECK-NEXT-NOT: __rela_iplt_start +// CHECK-NOT: __rela_iplt_end +// CHECK-NOT: __rela_iplt_start // CHECK: ] .text diff --git a/lld/test/ELF/gnu-ifunc-nosym-i386.s b/lld/test/ELF/gnu-ifunc-nosym-i386.s index 1101b6d763d5..99cac25c8a84 100644 --- a/lld/test/ELF/gnu-ifunc-nosym-i386.s +++ b/lld/test/ELF/gnu-ifunc-nosym-i386.s @@ -6,8 +6,8 @@ // Check that no __rel_iplt_end/__rel_iplt_start // appear in symtab if there is no references to them. // CHECK: Symbols [ -// CHECK-NEXT-NOT: __rel_iplt_end -// CHECK-NEXT-NOT: __rel_iplt_start +// CHECK-NOT: __rel_iplt_end +// CHECK-NOT: __rel_iplt_start // CHECK: ] .text diff --git a/lld/test/ELF/gnu-ifunc-nosym.s b/lld/test/ELF/gnu-ifunc-nosym.s index c97fd749c02b..fb844ac03e2f 100644 --- a/lld/test/ELF/gnu-ifunc-nosym.s +++ b/lld/test/ELF/gnu-ifunc-nosym.s @@ -6,8 +6,8 @@ // Check that no __rela_iplt_end/__rela_iplt_start // appear in symtab if there is no references to them. // CHECK: Symbols [ -// CHECK-NEXT-NOT: __rela_iplt_end -// CHECK-NEXT-NOT: __rela_iplt_start +// CHECK-NOT: __rela_iplt_end +// CHECK-NOT: __rela_iplt_start // CHECK: ] .text diff --git a/lld/test/ELF/plt.s b/lld/test/ELF/plt.s index 1183d32c3ccc..60268a68195a 100644 --- a/lld/test/ELF/plt.s +++ b/lld/test/ELF/plt.s @@ -109,7 +109,7 @@ // DISASM2-NEXT: 11040: ff 25 da 1f 00 00 jmpq *8154(%rip) // DISASM2-NEXT: 11046: 68 01 00 00 00 pushq $1 // DISASM2-NEXT: 1104b: e9 d0 ff ff ff jmp -48 <.plt> -// DISASM2-NEXT-NOT: 110C0 +// DISASM2-NOT: 110C0 .global _start _start: