Update tests.

llvm-svn: 56730
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
index 7740bdd..08fd139 100644
--- a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
+++ b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
@@ -1,7 +1,7 @@
 ; Test function notes
 ; RUN: not llvm-as  %s |& grep "only one inline note" 
-
-define void @fn1() notes(inline=always,inline=never) {
+; XFAIL: *
+define void @fn1() alwaysinline, noinline {
   ret void
 }