From: Eli Friedman Date: Wed, 21 Dec 2011 01:57:31 +0000 (+0000) Subject: Attempt to fix test on 32-bit hosts. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14b94366a829d2ed1b1b6d5cec1bb83aad9aeca2;p=clang Attempt to fix test on 32-bit hosts. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147030 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/static-init.c b/test/Sema/static-init.c index ec6d1e8fc0..bbf9038ef3 100644 --- a/test/Sema/static-init.c +++ b/test/Sema/static-init.c @@ -15,7 +15,7 @@ union bar { }; struct foo { - unsigned ptr; + short ptr; }; union bar u[1];