diff options
Diffstat (limited to 'clang/test/PCH/pending-ids.m')
-rw-r--r-- | clang/test/PCH/pending-ids.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/pending-ids.m b/clang/test/PCH/pending-ids.m index 2ca0e6e9356..2cec8e11aa6 100644 --- a/clang/test/PCH/pending-ids.m +++ b/clang/test/PCH/pending-ids.m @@ -5,7 +5,7 @@ // With PCH // RUN: %clang_cc1 %s -emit-pch -o %t -// RUN: %clang_cc1 -emit-llvm-only -verify %s -include-pch %t -g +// RUN: %clang_cc1 -emit-llvm-only -verify %s -include-pch %t -debug-info-kind=limited // expected-no-diagnostics |