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));


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to