diff options
Diffstat (limited to 'test/CodeGen/debug-info-typedef.c')
-rw-r--r-- | test/CodeGen/debug-info-typedef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-typedef.c b/test/CodeGen/debug-info-typedef.c index 790e302..ea3b549 100644 --- a/test/CodeGen/debug-info-typedef.c +++ b/test/CodeGen/debug-info-typedef.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g -I%p %s -o - | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -I%p %s -o - | FileCheck %s // Test that the location of the typedef points to the header file. #line 1 "a.c" #line 2 "b.h" |