From: Matt Beaumont-Gay Date: Fri, 5 Aug 2011 01:05:35 +0000 (+0000) Subject: Output to /dev/null, not "0" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f1661d8630ae35ef26fa42f3d896c22bc798088;p=clang Output to /dev/null, not "0" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c b/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c index bb66d211c6..ff570d8abb 100644 --- a/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c +++ b/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o 0 +// RUN: %clang_cc1 -emit-llvm %s -o /dev/null typedef struct { union { struct { } __attribute((packed));