]> granicus.if.org Git - clang/commitdiff
Update test to not fail with attribute groups.
authorBill Wendling <isanbard@gmail.com>
Mon, 11 Feb 2013 08:35:52 +0000 (08:35 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 11 Feb 2013 08:35:52 +0000 (08:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174866 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/attr-minsize.cpp

index a422a62f2535ab51ee7515bb644b1c64b874dc88..1b63dd472e20a5ea1f0a1c2f38609c2ba4bd4b16 100644 (file)
@@ -65,11 +65,11 @@ void test5<int>(int arg);
 // Oz: define{{.*}}void @{{.*}}test5
 // Oz: minsize
 // OTHER: define{{.*}}void @{{.*}}test5
-// OTHER-NOT: minsize
+// OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}minsize
 
 template
 void test5<float>(float arg);
 // Oz: define{{.*}}void @{{.*}}test5
 // Oz: minsize
 // OTHER: define{{.*}}void @{{.*}}test5
-// OTHER-NOT: minsize
+// OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}minsize