aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-12-18 03:52:04 +0000
committerJohn McCall <rjmccall@apple.com>2010-12-18 03:52:04 +0000
commit2b364a43f50efd3d82177c29a79e66895ab335ad (patch)
treeb7f1c1e43d25ebeef55cabd185c678fecb91f59b
parent7f1b98760d419a09b2261c1ef901f6bc1ff33e19 (diff)
Fix test. I added one last test and then forget to re-check.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122137 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/visibility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/visibility.cpp b/test/CodeGenCXX/visibility.cpp
index 431cee303e..38c554cd72 100644
--- a/test/CodeGenCXX/visibility.cpp
+++ b/test/CodeGenCXX/visibility.cpp
@@ -403,7 +403,7 @@ namespace Test20 {
B<A<2> >::test4();
}
- // CHECK: declare void @_ZN6Test201BINS_1AILj2EEEE5test4Ev()
+ // CHECK: declare void @_ZN6Test201BINS_1AILj2EEEE5test5Ev()
// (but explicit visibility on a template argument doesn't count as
// explicit visibility for the template for purposes of deciding
// whether an external symbol gets visibility)