diff options
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-method-nodebug.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-method-nodebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp b/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp index 474053a4caa..0301e2f4894 100644 --- a/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp +++ b/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s class C { void present(); |