summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h')
-rw-r--r--clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h b/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
index 7225110a377..e6592027611 100644
--- a/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
+++ b/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
@@ -4,7 +4,3 @@ template<typename T> struct B;
template<typename, typename> struct A {};
template<typename T> struct B : A<T> {};
template<typename T> inline auto C(T) {}
-
-namespace CrossModuleMerge {
- template<typename T> inline auto D(T) {}
-}
OpenPOWER on IntegriCloud