From: Adrian Prantl Date: Wed, 9 Nov 2016 23:05:16 +0000 (+0000) Subject: Relax testcase so it also works on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1b60c72721b4f529ffd45bd2b9b8a77313d21b0;p=clang Relax testcase so it also works on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286411 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-thunk.cpp b/test/CodeGenCXX/debug-info-thunk.cpp index 5c9f2a4fd3..8f4dc6ff40 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]+]]