summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/pr9965.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/pr9965.cpp')
-rw-r--r--test/CodeGenCXX/pr9965.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenCXX/pr9965.cpp b/test/CodeGenCXX/pr9965.cpp
index b87fcf4..596dee9 100644
--- a/test/CodeGenCXX/pr9965.cpp
+++ b/test/CodeGenCXX/pr9965.cpp
@@ -7,6 +7,6 @@ struct X
X<int> x;
// CHECK: define internal void @__cxx_global_var_init()
-// CHECK: call void @_ZN1XIiEC1Ev
-// CHECK: define linkonce_odr void @_ZN1XIiEC1Ev
-// CHECK: define linkonce_odr void @_ZN1XIiEC2Ev
+// CHECK: call {{.*}} @_ZN1XIiEC1Ev
+// CHECK: define linkonce_odr {{.*}} @_ZN1XIiEC1Ev
+// CHECK: define linkonce_odr {{.*}} @_ZN1XIiEC2Ev
OpenPOWER on IntegriCloud