aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-template-quals.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-07 05:04:19 +0000
committerEric Christopher <echristo@apple.com>2012-08-07 05:04:19 +0000
commit387611eaf8d8f000283bed0464597bc4e082dd7f (patch)
tree26b1037342deef0246c9e9248098c625c3b4e184 /test/CodeGenCXX/debug-info-template-quals.cpp
parent4a535368eb4fca10b05c442e04725747dbf76081 (diff)
Fix the test RUN line for this better.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-template-quals.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-template-quals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-template-quals.cpp b/test/CodeGenCXX/debug-info-template-quals.cpp
index 601d664b8e..e5a9082c9c 100644
--- a/test/CodeGenCXX/debug-info-template-quals.cpp
+++ b/test/CodeGenCXX/debug-info-template-quals.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -emit-llvm -g -S -triple x86_64-apple-darwin %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
template<typename _CharT>
struct basic_string {