]> granicus.if.org Git - clang/commitdiff
Fix test to be legal on 64-bit systems.
authorEli Friedman <eli.friedman@gmail.com>
Sun, 22 Feb 2009 07:40:57 +0000 (07:40 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 22 Feb 2009 07:40:57 +0000 (07:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65270 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/init.c

index 67a188feb8b2bbc27fdf4eecd1c87c1332e13faf..e77cbfcdcfe89bc45d18f33696f40495ecb907b1 100644 (file)
@@ -102,7 +102,7 @@ struct {
 int bbb[10];
 
 struct foo2 {
-   unsigned a;
+   uintptr_t a;
 };
 
 struct foo2 bar2[] = {