From: Stuart Hastings Date: Wed, 9 Mar 2011 04:02:40 +0000 (+0000) Subject: Add a RUN line to the test case to make it functional. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=46033b0be1cce8f444eb8e80e1b26677f161194f;p=oota-llvm.git 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 --- 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));