Skip to content

Commit

Permalink
Output to /dev/null, not "0"
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136955 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Matt Beaumont-Gay committed Aug 5, 2011
1 parent ca0b57e commit 3f1661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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));
Expand Down

0 comments on commit 3f1661d

Please sign in to comment.