From 9b1add5551f371e1a1cd0492999850c3608d6b95 Mon Sep 17 00:00:00 2001 From: Sasa Stankovic Date: Sat, 1 Mar 2014 16:14:29 +0000 Subject: [PATCH] Add missing FileCheck in test command line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202594 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Mips/nacl-align.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/Mips/nacl-align.ll b/test/MC/Mips/nacl-align.ll index 6ec35473bc4..e61b8347760 100644 --- a/test/MC/Mips/nacl-align.ll +++ b/test/MC/Mips/nacl-align.ll @@ -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.