[mips] Replace multiple `-check-prefix` by single `-check-prefixes`. NFC
authorSimon Atanasyan <simon@atanasyan.com>
Wed, 22 May 2019 15:03:42 +0000 (15:03 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Wed, 22 May 2019 15:03:42 +0000 (15:03 +0000)
llvm-svn: 361393

lld/test/ELF/mips-32.s

index c83827d..dcfd94b 100644 (file)
@@ -3,15 +3,13 @@
 
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t-be.o
 # RUN: ld.lld -shared %t-be.o -o %t-be.so
-# RUN: llvm-objdump -t -s %t-be.so \
-# RUN:   | FileCheck -check-prefix=SYM -check-prefix=BE %s
+# RUN: llvm-objdump -t -s %t-be.so | FileCheck -check-prefixes=SYM,BE %s
 # RUN: llvm-readobj -r --dynamic-table --mips-plt-got %t-be.so \
 # RUN:   | FileCheck -check-prefix=REL %s
 
 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s -o %t-el.o
 # RUN: ld.lld -shared %t-el.o -o %t-el.so
-# RUN: llvm-objdump -t -s %t-el.so \
-# RUN:   | FileCheck -check-prefix=SYM -check-prefix=EL %s
+# RUN: llvm-objdump -t -s %t-el.so | FileCheck -check-prefixes=SYM,EL %s
 # RUN: llvm-readobj -r --dynamic-table --mips-plt-got %t-el.so \
 # RUN:   | FileCheck -check-prefix=REL %s