]> granicus.if.org Git - clang/commitdiff
Remove a placeholder
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 7 Mar 2018 05:02:27 +0000 (05:02 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 7 Mar 2018 05:02:27 +0000 (05:02 +0000)
...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

test/CodeGenCXX/alloc-size.cpp

index 34892b8abc2f8fac055de707f5ac2dccc89325c5..b533c9969ac8329d4dc6be710ad5d9f8c3180dc5 100644 (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