]> granicus.if.org Git - clang/commitdiff
Output to /dev/null, not "0"
authorMatt Beaumont-Gay <matthewbg@google.com>
Fri, 5 Aug 2011 01:05:35 +0000 (01:05 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Fri, 5 Aug 2011 01:05:35 +0000 (01:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136955 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c

index bb66d211c6136b70c7a6ef10ff7b213077cf528b..ff570d8abb421f9bf287fe7602ce776536f1a3fd 100644 (file)
@@ -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));