From b1b60c72721b4f529ffd45bd2b9b8a77313d21b0 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 9 Nov 2016 23:05:16 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-info-thunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+]] -- 2.40.0