Fixes broken test by accident.

llvm-svn: 77001
This commit is contained in:
Fariborz Jahanian 2009-07-24 20:33:35 +00:00
parent a5c335527d
commit 4dcc53f312
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ struct Current : Derived {
};
// FIXME. This is bad message!
struct M {
struct M { // expected-note {{candidate function}} \
// expected-note {{candidate function}}
M(int i, int j); // expected-note {{candidate function}} \
// // expected-note {{candidate function}}
};