Add missing FileCheck in test command line.

llvm-svn: 202594
This commit is contained in:
Sasa Stankovic 2014-03-01 16:14:29 +00:00
parent 7e6a314d7c
commit 075e339373
1 changed files with 1 additions and 1 deletions

View 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.