From 46033b0be1cce8f444eb8e80e1b26677f161194f Mon Sep 17 00:00:00 2001 From: Stuart Hastings Date: Wed, 9 Mar 2011 04:02:40 +0000 Subject: [PATCH] Add a RUN line to the test case to make it functional. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127312 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c b/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c index 30a715bd46f..1fd8a878246 100644 --- a/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c +++ b/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c @@ -1,3 +1,4 @@ +// RUN: %llvmgcc -S %s typedef struct { union { struct { } __attribute((packed)); -- 2.11.0