[ELF][MIPS] Separate different tests by empty lines. NFC
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 11 Aug 2016 17:07:43 +0000 (17:07 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 11 Aug 2016 17:07:43 +0000 (17:07 +0000)
llvm-svn: 278358

lld/test/ELF/mips-elf-flags.s

index ecd4f22..4d972e8 100644 (file)
@@ -4,13 +4,16 @@
 # RUN:         %S/Inputs/mips-dynamic.s -o %t-so.o
 # RUN: ld.lld %t-so.o -shared -o %t.so
 # RUN: llvm-readobj -h %t.so | FileCheck -check-prefix=SO %s
+
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
 # RUN: ld.lld %t.o -o %t.exe
 # RUN: llvm-readobj -h %t.exe | FileCheck -check-prefix=EXE %s
+
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \
 # RUN:         -mcpu=mips32r2 %s -o %t-r2.o
 # RUN: ld.lld %t-r2.o -o %t-r2.exe
 # RUN: llvm-readobj -h %t-r2.exe | FileCheck -check-prefix=EXE-R2 %s
+
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \
 # RUN:         -mcpu=mips32r6 %s -o %t-r6.o
 # RUN: ld.lld %t-r6.o -o %t-r6.exe