Remove trailing whitespace.

llvm-svn: 277253
This commit is contained in:
Rui Ueyama 2016-07-29 23:48:09 +00:00
parent 812fde3603
commit 3a5be750bb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
# RUN: echo "SECTIONS { .mysec : { *(.mysec*) } =99 }" > %t.script
# RUN: ld.lld -o %t.out --script %t.script %t
# RUN: hexdump -C %t.out | FileCheck -check-prefix=DEC %s
# DEC: 00000120 66 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63
# DEC: 00000120 66 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63
## Invalid hex value:
# RUN: echo "SECTIONS { .mysec : { *(.mysec*) } =0x99XX }" > %t.script