forked from OSchip/llvm-project
[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:
parent
eefa758ee2
commit
54a5486918
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue