summaryrefslogtreecommitdiffstats
path: root/test/Sema/vector-assign.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/vector-assign.c')
-rw-r--r--test/Sema/vector-assign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/vector-assign.c b/test/Sema/vector-assign.c
index 05fc3b1..8b0dc92 100644
--- a/test/Sema/vector-assign.c
+++ b/test/Sema/vector-assign.c
@@ -49,5 +49,5 @@ longlongvec;
void test3a(longlongvec *); // expected-note{{passing argument to parameter here}}
void test3(const unsigned *src) {
- test3a(src); // expected-warning {{incompatible pointer types passing 'unsigned int const *' to parameter of type 'longlongvec *'}}
+ test3a(src); // expected-warning {{incompatible pointer types passing 'const unsigned int *' to parameter of type 'longlongvec *'}}
}
OpenPOWER on IntegriCloud