Skip to content

Commit

Permalink
[FOLD] update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Jul 30, 2024
1 parent 2f275f8 commit e3829cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/p2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ template<typename T>
int A0<T>::template C2<int>::D1::* f6();

template<typename T>
int A0<T>::template C0<int>::E0<int>::* f7(); // expected-error {{use 'template' keyword to treat 'E0' as a dependent template name}}
int A0<T>::template C0<int>::E0<int>::* f7(); // expected-warning {{use 'template' keyword to treat 'E0' as a dependent template name}}
// expected-error@-1 {{expected unqualified-id}}

template<typename T>
Expand Down

0 comments on commit e3829cd

Please sign in to comment.