[ELF] - Attemp to fix buildbot.

http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/25733/steps/test_lld/logs/stdio

Fix: removed excessive whitespace.
llvm-svn: 277711
This commit is contained in:
George Rimar 2016-08-04 09:49:26 +00:00
parent eefa758ee2
commit 54a5486918
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# RUN: llvm-readobj %t2 > /dev/null
# RUN: echo "SECTIONS { \
# RUN: ASSERT(0,\ "fail\") \
# RUN: ASSERT(0, \"fail\") \
# RUN: }" > %t3.script
# RUN: not ld.lld -shared -o %t3 --script %t3.script %t1.o > %t.log 2>&1
# RUN: FileCheck %s -check-prefix=FAIL < %t.log