summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGenCXX/debug-info-thunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-thunk.cpp b/clang/test/CodeGenCXX/debug-info-thunk.cpp
index 8f4dc6ff405..f7d16f49325 100644
--- a/clang/test/CodeGenCXX/debug-info-thunk.cpp
+++ b/clang/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]+]]
OpenPOWER on IntegriCloud