Add missing FileCheck in test command line.
authorSasa Stankovic <Sasa.Stankovic@imgtec.com>
Sat, 1 Mar 2014 16:14:29 +0000 (16:14 +0000)
committerSasa Stankovic <Sasa.Stankovic@imgtec.com>
Sat, 1 Mar 2014 16:14:29 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202594 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Mips/nacl-align.ll

index 6ec35473bc45c039e2fbab9e0659713fb95c205f..e61b8347760e40cd6ce08c7c47fdbe0703578618 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -filetype=asm -mtriple=mipsel-none-nacl -relocation-model=static \
-; RUN:     -O3 < %s
+; RUN:     -O3 < %s | FileCheck %s
 
 
 ; This test tests that NaCl functions are bundle-aligned.