diff options
Diffstat (limited to 'clang/test/Coverage/codegen-next.m')
-rw-r--r-- | clang/test/Coverage/codegen-next.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Coverage/codegen-next.m b/clang/test/Coverage/codegen-next.m index 7b907fea0e1..5430cf28daf 100644 --- a/clang/test/Coverage/codegen-next.m +++ b/clang/test/Coverage/codegen-next.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s -// RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s +// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s // An error could be seen for targeting x86_64-win32; // |