[cfe-commits] r136955 - /cfe/trunk/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c
Matt Beaumont-Gay
matthewbg at google.com
Thu Aug 4 18:05:35 PDT 2011
Author: matthewbg
Date: Thu Aug 4 20:05:35 2011
New Revision: 136955
URL: http://llvm.org/viewvc/llvm-project?rev=136955&view=rev
Log:
Output to /dev/null, not "0"
Modified:
cfe/trunk/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c
Modified: cfe/trunk/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c?rev=136955&r1=136954&r2=136955&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c (original)
+++ cfe/trunk/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c Thu Aug 4 20:05:35 2011
@@ -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));
More information about the cfe-commits
mailing list