]> granicus.if.org Git - clang/commitdiff
Typo.
authorJohn McCall <rjmccall@apple.com>
Tue, 9 Nov 2010 23:36:43 +0000 (23:36 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 9 Nov 2010 23:36:43 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118649 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/constant-conversion.c

index 29571831653698996de0ca20101f8a0fcdaa67f8..5f734f3649dae2fee939eaa06e2257f43b63e02d 100644 (file)
@@ -11,5 +11,5 @@ void test_6792488(void) {
 void test_7809123(void) {
   struct { int i5 : 5; } a;
 
-  a.i5 = 36; // expected-warning {{implicit truncation for 'int' to bitfield changes value from 36 to 4}}
+  a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 36 to 4}}
 }