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:
George Burgess IV 2018-03-07 05:02:27 +00:00
parent 4763876f4b
commit f11efc6daa
1 changed files with 1 additions and 1 deletions

View File

@ -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