diff options
Diffstat (limited to 'test/ELF/oformat-binary.s')
-rw-r--r-- | test/ELF/oformat-binary.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ELF/oformat-binary.s b/test/ELF/oformat-binary.s index 44c7b5ac2d8df..e68f07c57732a 100644 --- a/test/ELF/oformat-binary.s +++ b/test/ELF/oformat-binary.s @@ -19,6 +19,8 @@ # RUN: | FileCheck %s --check-prefix ERR # ERR: unknown --oformat value: foo +# RUN: ld.lld -o /dev/null %t --oformat elf + .text .align 4 .globl _start |