summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-destructor-synthesis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/virtual-destructor-synthesis.cpp')
-rw-r--r--test/CodeGenCXX/virtual-destructor-synthesis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virtual-destructor-synthesis.cpp b/test/CodeGenCXX/virtual-destructor-synthesis.cpp
index b95218a322..90f66a817d 100644
--- a/test/CodeGenCXX/virtual-destructor-synthesis.cpp
+++ b/test/CodeGenCXX/virtual-destructor-synthesis.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
struct box {
virtual ~box();