Attempt to fix test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176987 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/mips16-attr.c b/test/CodeGen/mips16-attr.c
index 326ee7b..2560fb4 100644
--- a/test/CodeGen/mips16-attr.c
+++ b/test/CodeGen/mips16-attr.c
@@ -11,7 +11,7 @@
 
 // CHECK: define void @nofoo() [[NOMIPS16:#[0-9]+]]
 
-// CHECK: attributes [[MIPS16]] = { nounwind "fp-contract-model"="standard" "mips16" {{.*}} }
+// CHECK: attributes [[MIPS16]] = { nounwind "mips16" {{.*}} }
 
-// CHECK: attributes [[NOMIPS16]]  = { nounwind "fp-contract-model"="standard" "nomips16" {{.*}} }
+// CHECK: attributes [[NOMIPS16]]  = { nounwind "nomips16" {{.*}} }