forked from OSchip/llvm-project
Update test to not fail with attribute groups.
llvm-svn: 174866
This commit is contained in:
parent
84ba97698e
commit
832d3c2fac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue