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