aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/this.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/this.cpp')
-rw-r--r--test/SemaCXX/this.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/this.cpp b/test/SemaCXX/this.cpp
index 0577d3c2b9bf..167755f0a74d 100644
--- a/test/SemaCXX/this.cpp
+++ b/test/SemaCXX/this.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
int x = this; // expected-error {{error: invalid use of 'this' outside of a nonstatic member function}}
void f() {