forked from OSchip/llvm-project
Remove a placeholder
...Running tests in the wrong directory will often make them seem to pass. Oops. :) llvm-svn: 326873
This commit is contained in:
parent
4763876f4b
commit
f11efc6daa
|
@ -79,7 +79,7 @@ struct Foo {
|
|||
|
||||
void *my_malloc(const Foo &, int N) __attribute__((alloc_size(2)));
|
||||
|
||||
// CHECK-LABEL: define i32 lalala
|
||||
// CHECK-LABEL: define i32 @_ZN24alloc_size_with_cleanups6testItEv
|
||||
int testIt() {
|
||||
int *const p = (int *)my_malloc(Foo{}, 3);
|
||||
// CHECK: ret i32 3
|
||||
|
|
Loading…
Reference in New Issue