summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/11-27-2007-FloatLiterals.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Lexer/11-27-2007-FloatLiterals.c')
-rw-r--r--clang/test/Lexer/11-27-2007-FloatLiterals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Lexer/11-27-2007-FloatLiterals.c b/clang/test/Lexer/11-27-2007-FloatLiterals.c
index c0e21546a85..f3ea7cbaf9f 100644
--- a/clang/test/Lexer/11-27-2007-FloatLiterals.c
+++ b/clang/test/Lexer/11-27-2007-FloatLiterals.c
@@ -1,5 +1,5 @@
-// RUN: clang %s -emit-llvm -o - | grep 0x3BFD83C940000000 | count 2 &&
-// RUN: clang %s -emit-llvm -o - | grep 2.000000e+32 | count 2
+// RUN: clang-cc %s -emit-llvm -o - | grep 0x3BFD83C940000000 | count 2 &&
+// RUN: clang-cc %s -emit-llvm -o - | grep 2.000000e+32 | count 2
float F = 1e-19f;
double D = 2e32;
OpenPOWER on IntegriCloud