summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp')
-rw-r--r--test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp b/test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp
index 500520b567f5..870e15ca5f2a 100644
--- a/test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp
+++ b/test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm %s -o /dev/null -g
+// RUN: %clang_cc1 -emit-llvm %s -o /dev/null -debug-info-kind=limited
// This crashes if we try to emit debug info for TEMPLATE_DECL members.
template <class T> class K2PtrVectorBase {};
template <class T> class K2Vector {};