diff options
Diffstat (limited to 'llvm/test/MC/ELF/section-numeric-flag.s')
-rw-r--r-- | llvm/test/MC/ELF/section-numeric-flag.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/section-numeric-flag.s b/llvm/test/MC/ELF/section-numeric-flag.s index ee93826e415..b072930364a 100644 --- a/llvm/test/MC/ELF/section-numeric-flag.s +++ b/llvm/test/MC/ELF/section-numeric-flag.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux-gnu %s -o - \ -// RUN: | llvm-readobj -s -t | FileCheck %s +// RUN: | llvm-readobj -S -t | FileCheck %s .section .text, "0x806", %progbits, unique, 0 .section .comment, "0x21" |