summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virt-call-offsets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/virt-call-offsets.cpp')
-rw-r--r--test/CodeGenCXX/virt-call-offsets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virt-call-offsets.cpp b/test/CodeGenCXX/virt-call-offsets.cpp
index db0ba2f483..3eb6b5da7d 100644
--- a/test/CodeGenCXX/virt-call-offsets.cpp
+++ b/test/CodeGenCXX/virt-call-offsets.cpp
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
struct A { virtual void a(); };
struct B : A {};