summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/PR5093-static-member-function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/PR5093-static-member-function.cpp')
-rw-r--r--clang/test/CodeGenCXX/PR5093-static-member-function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/PR5093-static-member-function.cpp b/clang/test/CodeGenCXX/PR5093-static-member-function.cpp
index d61a87ac16d..681135182bf 100644
--- a/clang/test/CodeGenCXX/PR5093-static-member-function.cpp
+++ b/clang/test/CodeGenCXX/PR5093-static-member-function.cpp
@@ -4,6 +4,6 @@ struct a {
};
void g(a *a) {
- // CHECK: call void @_ZN1a1fEv()
+ // CHECK: call {{.*}}void @_ZN1a1fEv()
a->f();
}
OpenPOWER on IntegriCloud