aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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));