aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2011-08-05 01:05:35 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2011-08-05 01:05:35 +0000
commit3f1661d8630ae35ef26fa42f3d896c22bc798088 (patch)
tree59bfd7b27c308804c09a5ce5d26cf320512aa429
parentca0b57e07cfa029d4a6a061260727625bd833fd4 (diff)
Output to /dev/null, not "0"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136955 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c2
1 files changed, 1 insertions, 1 deletions
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));