fix test (broken in r77224)

llvm-svn: 77241
This commit is contained in:
Benjamin Kramer 2009-07-27 19:53:49 +00:00
parent 83154cf240
commit 8675976806
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ struct N : M {
struct P : M { // expected-error {{default constructor for 'struct M' is missing in initialization of base class}}
P() { }
M m; // expected-error {{default constructor for 'struct M' is missing in initialization of mamber}}
M m; // expected-error {{default constructor for 'struct M' is missing in initialization of member}}
};
struct Q {