diff options
Diffstat (limited to 'lld/test/ELF/section-align-0.test')
-rw-r--r-- | lld/test/ELF/section-align-0.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/section-align-0.test b/lld/test/ELF/section-align-0.test index 35783f5a894..8827ecf740b 100644 --- a/lld/test/ELF/section-align-0.test +++ b/lld/test/ELF/section-align-0.test @@ -1,5 +1,5 @@ # RUN: yaml2obj %s -o %t -# RUN: ld.lld %t -o %tout +# RUN: ld.lld %t -o /dev/null # Verify that lld can handle sections with an alignment of zero. |