summaryrefslogtreecommitdiffstats
path: root/test/CXX/expr/p3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/expr/p3.cpp')
-rw-r--r--test/CXX/expr/p3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/expr/p3.cpp b/test/CXX/expr/p3.cpp
index 40fe052..6b243c2 100644
--- a/test/CXX/expr/p3.cpp
+++ b/test/CXX/expr/p3.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
OpenPOWER on IntegriCloud