summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cstyle-cast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/cstyle-cast.cpp')
-rw-r--r--test/SemaCXX/cstyle-cast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/cstyle-cast.cpp b/test/SemaCXX/cstyle-cast.cpp
index ccb25f0..12495ec 100644
--- a/test/SemaCXX/cstyle-cast.cpp
+++ b/test/SemaCXX/cstyle-cast.cpp
@@ -226,6 +226,6 @@ void memptrs()
void (structure::*psf)() = 0;
(void)(int (structure::*)())(psf);
- (void)(void (structure::*)())(psi); // expected-error {{C-style cast from 'int const structure::*' to 'void (structure::*)()' is not allowed}}
+ (void)(void (structure::*)())(psi); // expected-error {{C-style cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
(void)(int structure::*)(psf); // expected-error {{C-style cast from 'void (structure::*)()' to 'int structure::*' is not allowed}}
}
OpenPOWER on IntegriCloud