diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 | 
| commit | bfef399519ca9b8a4b4c6b563253bad7e0eeffe0 (patch) | |
| tree | df8df0b0067b381eab470a3b8f28d14a552a6340 /test/SemaTemplate/instantiate-member-class.cpp | |
| parent | 6a0372513edbc473b538d2f724efac50405d6fef (diff) | |
Diffstat (limited to 'test/SemaTemplate/instantiate-member-class.cpp')
| -rw-r--r-- | test/SemaTemplate/instantiate-member-class.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/test/SemaTemplate/instantiate-member-class.cpp b/test/SemaTemplate/instantiate-member-class.cpp index 7b42a27d6b2c..3f49606b86e5 100644 --- a/test/SemaTemplate/instantiate-member-class.cpp +++ b/test/SemaTemplate/instantiate-member-class.cpp @@ -91,13 +91,11 @@ namespace test2 {        typedef int X;      };      typename Foo::X x; -    class Foo;    };    template class B<int>;    template <typename T> class C {      class Foo; -    class Foo;    };    template <typename T> class C<T>::Foo {      int x;  | 
