From: Adrian Prantl Date: Wed, 9 Nov 2016 23:10:44 +0000 (+0000) Subject: Remove extra whitespace X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9936364fbd7fe176dcc3d7408f18ef81cec8e57f;p=clang Remove extra whitespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286412 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-thunk.cpp b/test/CodeGenCXX/debug-info-thunk.cpp index 8f4dc6ff40..f7d16f4932 100644 --- a/test/CodeGenCXX/debug-info-thunk.cpp +++ b/test/CodeGenCXX/debug-info-thunk.cpp @@ -13,7 +13,7 @@ struct C : A, B { }; void C::f() { } -// CHECK: define {{.*}} void @_ZThn{{[48]}}_N1C1fEv +// CHECK: define {{.*}}void @_ZThn{{[48]}}_N1C1fEv // CHECK-SAME: !dbg ![[SP:[0-9]+]] // CHECK-NOT: {{ret }} // CHECK: = load{{.*}} !dbg ![[DBG:[0-9]+]]