Fix test.  I added one last test and then forget to re-check.

llvm-svn: 122137
diff --git a/clang/test/CodeGenCXX/visibility.cpp b/clang/test/CodeGenCXX/visibility.cpp
index 431cee3..38c554c 100644
--- a/clang/test/CodeGenCXX/visibility.cpp
+++ b/clang/test/CodeGenCXX/visibility.cpp
@@ -403,7 +403,7 @@
     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)