]> granicus.if.org Git - clang/blobdiff - test/Lexer/11-27-2007-FloatLiterals.c
pull .ll and .bc writing out of the ASTConsumer destructors into some top
[clang] / test / Lexer / 11-27-2007-FloatLiterals.c
index b454d5e68ec63924e42479dfaa4bb6ed67c32f3b..3f938576a7faab81d72ccf7b518637913deebbf5 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: clang %s -emit-llvm 2>&1 | grep 0x3BFD83C940000000 | count 2
-// RUN: clang %s -emit-llvm 2>&1 | grep 2.000000e+32 | count 2
+// RUN: clang %s -emit-llvm -o - | grep 0x3BFD83C940000000 | count 2
+// RUN: clang %s -emit-llvm -o - | grep 2.000000e+32 | count 2
 
 float  F  = 1e-19f;
 double D  = 2e32;