From 809500fc2c13c8173a16b052304d983864e4a1e1 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 8 Apr 2013 18:45:10 +0000 Subject: Vendor import of clang trunk r178860: http://llvm.org/svn/llvm-project/cfe/trunk@178860 --- test/CodeGen/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/init.c') diff --git a/test/CodeGen/init.c b/test/CodeGen/init.c index 259d34d5951ce..1b0beaea60796 100644 --- a/test/CodeGen/init.c +++ b/test/CodeGen/init.c @@ -130,5 +130,5 @@ void test13(int x) { struct X { int a; int b : 10; int c; }; struct X y = {.c = x}; // CHECK: @test13 - // CHECK: and i32 {{.*}}, -1024 + // CHECK: and i16 {{.*}}, -1024 } -- cgit v1.2.3