From 3f1661d8630ae35ef26fa42f3d896c22bc798088 Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Fri, 5 Aug 2011 01:05:35 +0000 Subject: [PATCH] Output to /dev/null, not "0" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136955 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.50.1