commit | 14b94366a829d2ed1b1b6d5cec1bb83aad9aeca2 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Dec 21 01:57:31 2011 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Dec 21 01:57:31 2011 +0000 |
tree | 3f31d8bdf333c55704e16666f14ecb6a39773e0d | |
parent | 6bd9719fd97abac1b8126eae866e96db88be4ac8 [diff] [blame] |
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 ec6d1e8..bbf9038 100644 --- a/test/Sema/static-init.c +++ b/test/Sema/static-init.c
@@ -15,7 +15,7 @@ }; struct foo { - unsigned ptr; + short ptr; }; union bar u[1];