aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/2007-01-02-UnboundedArray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/2007-01-02-UnboundedArray.cpp')
-rw-r--r--test/CodeGenCXX/2007-01-02-UnboundedArray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2007-01-02-UnboundedArray.cpp b/test/CodeGenCXX/2007-01-02-UnboundedArray.cpp
index 0cd83fa7ed4c..c76b7ef2163c 100644
--- a/test/CodeGenCXX/2007-01-02-UnboundedArray.cpp
+++ b/test/CodeGenCXX/2007-01-02-UnboundedArray.cpp
@@ -1,6 +1,6 @@
// Make sure unbounded arrays compile with debug information.
//
-// RUN: %clang_cc1 -emit-llvm -g %s -o -
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -
// PR1068