Commit fabafb41 by Gabriel Dos Reis

*** empty log message ***

From-SVN: r44831
parent fb294125
...@@ -9,5 +9,5 @@ struct Z : X<int> { }; ...@@ -9,5 +9,5 @@ struct Z : X<int> { };
int main() int main()
{ {
Z z; Z z;
z.X::f(); // { dg-error "invalid" "" } z.X::f(); // { dg-error ".*" "" }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment