aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/inherit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/inherit.cpp')
-rw-r--r--test/SemaCXX/inherit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/inherit.cpp b/test/SemaCXX/inherit.cpp
index eaad97cc82a0..069e30d0cdfa 100644
--- a/test/SemaCXX/inherit.cpp
+++ b/test/SemaCXX/inherit.cpp
@@ -10,7 +10,7 @@ class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base
class C : public B1, private B2 { };
-class D; // expected-note {{forward declaration of 'class D'}}
+class D; // expected-note {{forward declaration of 'class D'}}
class E : public D { }; // expected-error{{base class has incomplete type}}