[ELF] - Attemp to fix buildbot.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 4 Aug 2016 09:49:26 +0000 (09:49 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 4 Aug 2016 09:49:26 +0000 (09:49 +0000)
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/25733/steps/test_lld/logs/stdio

Fix: removed excessive whitespace.
llvm-svn: 277711

lld/test/ELF/linkerscript/linkerscript-assert.s

index 7cda4b0..9d24c47 100644 (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