aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virt-dtor-key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/virt-dtor-key.cpp')
-rw-r--r--test/CodeGenCXX/virt-dtor-key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virt-dtor-key.cpp b/test/CodeGenCXX/virt-dtor-key.cpp
index 9cfd58dae2d35..6a58c50b5b791 100644
--- a/test/CodeGenCXX/virt-dtor-key.cpp
+++ b/test/CodeGenCXX/virt-dtor-key.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// CHECK: @_ZTI3foo = constant
class foo {
foo();