diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-07 05:04:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-07 05:04:19 +0000 |
commit | 96b5f0780814908b84363205a357a9e90d2843fd (patch) | |
tree | 35a8915a319de2eb0c713c27b34611031be96d7b /clang/test/CodeGenCXX/debug-info-template-quals.cpp | |
parent | 724923945bacb6893063947e585a56fd36388ed3 (diff) | |
download | bcm5719-llvm-96b5f0780814908b84363205a357a9e90d2843fd.tar.gz bcm5719-llvm-96b5f0780814908b84363205a357a9e90d2843fd.zip |
Fix the test RUN line for this better.
llvm-svn: 161390
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-template-quals.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-template-quals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-template-quals.cpp b/clang/test/CodeGenCXX/debug-info-template-quals.cpp index 601d664b8eb..e5a9082c9c2 100644 --- a/clang/test/CodeGenCXX/debug-info-template-quals.cpp +++ b/clang/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 { |