summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/inherit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/inherit.cpp')
-rw-r--r--clang/test/SemaCXX/inherit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/inherit.cpp b/clang/test/SemaCXX/inherit.cpp
index eaad97cc82a..069e30d0cdf 100644
--- a/clang/test/SemaCXX/inherit.cpp
+++ b/clang/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}}
OpenPOWER on IntegriCloud