X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2008-09-02-FunctionNotes2.ll;h=47eb011343fbe86a6fc43c58ebd6b5d690356f26;hb=1e6240a85ddafbd35af931958d38b79b6683f23b;hp=dbe75be700b7e7abe9d8f4d4b908bef68918fe98;hpb=7c31085b1c95290c834bc3d8d25d7b3b61b90c7b;p=oota-llvm.git diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll index dbe75be700b..47eb011343f 100644 --- a/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/test/Assembler/2008-09-02-FunctionNotes2.ll @@ -1,5 +1,5 @@ ; Test function notes -; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible" +; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes 'noinline and alwaysinline' are incompatible" define void @fn1() alwaysinline noinline { ret void }