diff options
Diffstat (limited to 'test/CodeGenCXX/2007-01-02-UnboundedArray.cpp')
-rw-r--r-- | test/CodeGenCXX/2007-01-02-UnboundedArray.cpp | 2 |
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 0cd83fa..c76b7ef 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 |