diff options
Diffstat (limited to 'test/CodeGen/2006-01-13-Includes.c')
-rw-r--r-- | test/CodeGen/2006-01-13-Includes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2006-01-13-Includes.c b/test/CodeGen/2006-01-13-Includes.c index 9cc45cec55..4b50526b94 100644 --- a/test/CodeGen/2006-01-13-Includes.c +++ b/test/CodeGen/2006-01-13-Includes.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -g -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -debug-info-kind=limited -emit-llvm -o - | FileCheck %s // PR676 int printf(const char * restrict format, ...); |