Skip to content

Commit 93e2b59

Browse files
committed
[ELF][test] Avoid non-portable |& in notest.s
1 parent 54a962b commit 93e2b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/linkerscript/noload.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## The output SHT_PROBITS is contrary to the user expectation of SHT_NOBITS.
2121
## Issue a warning. See https://github.com/ClangBuiltLinux/linux/issues/1597
22-
# RUN: ld.lld --script %t/lds %t.o %t/mismatch.o -o %t/out 2>&1 |& FileCheck %s --check-prefix=WARN
22+
# RUN: ld.lld --script %t/lds %t.o %t/mismatch.o -o %t/out 2>&1 | FileCheck %s --check-prefix=WARN
2323
# RUN: llvm-readelf -S -l %t/out | FileCheck %s --check-prefix=CHECK2
2424

2525
# WARN: warning: section type mismatch for .data_noload_a

0 commit comments

Comments
 (0)