Skip to content
Snippets Groups Projects
Commit 86759768 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

fix test (broken in r77224)

llvm-svn: 77241
parent 83154cf2
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ struct N : M { ...@@ -112,7 +112,7 @@ struct N : M {
struct P : M { // expected-error {{default constructor for 'struct M' is missing in initialization of base class}} struct P : M { // expected-error {{default constructor for 'struct M' is missing in initialization of base class}}
P() { } 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 { struct Q {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment