diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-07 00:28:23 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-07 00:28:23 +0000 |
commit | b3f46ec9a479725f54790b8b49cb1636aa2a15c3 (patch) | |
tree | f62f0675db4bef91f6991b47fd5562792e436310 /test/CodeGenCXX/debug-info-template-quals.cpp | |
parent | d0a97c49c28608a6f4471855de2941c40f11ae4e (diff) |
Specify a triple on this to make it easier to test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-template-quals.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-template-quals.cpp | 2 |
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 ab7136bf54..601d664b8e 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 %s -o - | FileCheck %s +// RUN: %clang -emit-llvm -g -S -triple x86_64-apple-darwin %s -o - | FileCheck %s template<typename _CharT> struct basic_string { |