[llvm-commits] CVS: llvm/test/CFrontend/bit-accurate-int.c

Reid Spencer reid at x10sys.com
Fri Jan 19 13:06:53 PST 2007



Changes in directory llvm/test/CFrontend:

bit-accurate-int.c updated: 1.1 -> 1.2
---
Log message:

Make this test actually test what its supposed to test.


---
Diffs of the changes:  (+2 -1)

 bit-accurate-int.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/CFrontend/bit-accurate-int.c
diff -u llvm/test/CFrontend/bit-accurate-int.c:1.1 llvm/test/CFrontend/bit-accurate-int.c:1.2
--- llvm/test/CFrontend/bit-accurate-int.c:1.1	Tue Jan 16 12:40:08 2007
+++ llvm/test/CFrontend/bit-accurate-int.c	Fri Jan 19 15:06:38 2007
@@ -1,4 +1,5 @@
-// RUN: %llvmgcc -S %s -o - /dev/null
+// RUN: %llvmgcc -S %s -o - /dev/null 2>&1 > /dev/null | \
+// RUN:   not grep warning
 // XFAIL: *
 
 #define ATTR_BITS(N) __attribute__((bitwidth(N))) 






More information about the llvm-commits mailing list