summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp')
-rw-r--r--test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp b/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
index 2c62b60..de86f10 100644
--- a/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
+++ b/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
@@ -2,8 +2,8 @@
// Verify that symbols are hidden.
// CHECK: @_ZN1CIiE5Inner6Inner26StaticE = weak_odr hidden global
-// CHECK: define weak_odr hidden void @_ZN1CIiE5Inner1fEv
-// CHECK: define weak_odr hidden void @_ZN1CIiE5Inner6Inner21gEv
+// CHECK-LABEL: define weak_odr hidden void @_ZN1CIiE5Inner1fEv
+// CHECK-LABEL: define weak_odr hidden void @_ZN1CIiE5Inner6Inner21gEv
template<typename T>
struct C {
OpenPOWER on IntegriCloud