From 14b94366a829d2ed1b1b6d5cec1bb83aad9aeca2 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 21 Dec 2011 01:57:31 +0000 Subject: [PATCH] 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 --- test/Sema/static-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.50.1