diff options
Diffstat (limited to 'test/SemaTemplate/instantiate-member-expr.cpp')
| -rw-r--r-- | test/SemaTemplate/instantiate-member-expr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/instantiate-member-expr.cpp b/test/SemaTemplate/instantiate-member-expr.cpp index f3a60679d176..188705ce2139 100644 --- a/test/SemaTemplate/instantiate-member-expr.cpp +++ b/test/SemaTemplate/instantiate-member-expr.cpp @@ -43,7 +43,7 @@ namespace test1 {      int a;      template<typename T> struct B : A<T> {        void f() { -        a = 0; // expected-error {{type 'test1::O' is not a direct or virtual base of ''B<int>''}} +        a = 0; // expected-error {{'test1::O::a' is not a member of class 'test1::O::B<int>'}}        }      };    };  | 
