diff options
Diffstat (limited to 'test/SemaCXX/type-convert-construct.cpp')
-rw-r--r-- | test/SemaCXX/type-convert-construct.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/type-convert-construct.cpp b/test/SemaCXX/type-convert-construct.cpp index 64191a29d9..1840456bde 100644 --- a/test/SemaCXX/type-convert-construct.cpp +++ b/test/SemaCXX/type-convert-construct.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s void f() { float v1 = float(1); |