Commit 8af992ea by Kriang Lerdsuwanakij

Fix expected error message.

From-SVN: r66687
parent 98c644d6
......@@ -9,7 +9,7 @@ class A {
public:
class B {
public:
int a; // { dg-error "member of base" }
int a; // { dg-error "object missing" }
};
};
......
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