Commit a5c23b03 by Mark Mitchell

Update test

From-SVN: r24312
parent 3167de5b
...@@ -83,7 +83,7 @@ public: ...@@ -83,7 +83,7 @@ public:
template <class T10, int i> struct Xfour {// ERROR - .* template <class T10, int i> struct Xfour {// ERROR - .*
int T10; // ERROR - .* int T10; // ERROR - .*
void f(){ void f(){
char T10; // ERROR - .* char T10;
} }
}; };
......
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