diff options
Diffstat (limited to 'test/SemaCXX/altivec.cpp')
-rw-r--r-- | test/SemaCXX/altivec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/altivec.cpp b/test/SemaCXX/altivec.cpp index 9de1f04..3517466 100644 --- a/test/SemaCXX/altivec.cpp +++ b/test/SemaCXX/altivec.cpp @@ -62,7 +62,7 @@ void test2() vector float vf; vf++; - ++vi=vi; + ++vi=vi; // expected-warning {{unsequenced}} (++vi)[1]=1; template_f(vi); } |