diff options
-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 { |