[lld] r273399 - Added new line at the end of file. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 04:41:39 PDT 2016
Author: grimar
Date: Wed Jun 22 06:41:37 2016
New Revision: 273399
URL: http://llvm.org/viewvc/llvm-project?rev=273399&view=rev
Log:
Added new line at the end of file. NFC.
Modified:
lld/trunk/test/ELF/version-script-err.s
Modified: lld/trunk/test/ELF/version-script-err.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/version-script-err.s?rev=273399&r1=273398&r2=273399&view=diff
==============================================================================
--- lld/trunk/test/ELF/version-script-err.s (original)
+++ lld/trunk/test/ELF/version-script-err.s Wed Jun 22 06:41:37 2016
@@ -7,4 +7,4 @@
// RUN: echo "\"" > %terr1.script
// RUN: not ld.lld --version-script %terr1.script -shared %t.o -o %t.so 2>&1 | \
// RUN: FileCheck -check-prefix=ERR1 %s
-// ERR1: unclosed quote
\ No newline at end of file
+// ERR1: unclosed quote
More information about the llvm-commits
mailing list