From: George Burgess IV Date: Wed, 7 Mar 2018 05:02:27 +0000 (+0000) Subject: Remove a placeholder X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad94abbdd65ec9d27c97ce94b2b5b289ddf682cf;p=clang Remove a placeholder ...Running tests in the wrong directory will often make them seem to pass. Oops. :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326873 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/alloc-size.cpp b/test/CodeGenCXX/alloc-size.cpp index 34892b8abc..b533c9969a 100644 --- a/test/CodeGenCXX/alloc-size.cpp +++ b/test/CodeGenCXX/alloc-size.cpp @@ -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