Fix test.

llvm-svn: 190483
This commit is contained in:
Eli Friedman 2013-09-11 03:49:30 +00:00
parent 9ea1e16747
commit de432143bd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace N {
}
int main(void) {
// CHECK: call void @_ZN1N4freeEPv(i8* %0)
// CHECK: call void @_ZN1N4freeEPv
void *fp __attribute__((cleanup(N::free)));
return 0;
}