diff options
Diffstat (limited to 'test/CodeGen/2010-07-08-DeclDebugLineNo.c')
-rw-r--r-- | test/CodeGen/2010-07-08-DeclDebugLineNo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2010-07-08-DeclDebugLineNo.c b/test/CodeGen/2010-07-08-DeclDebugLineNo.c index 1637a49..5e9edd9 100644 --- a/test/CodeGen/2010-07-08-DeclDebugLineNo.c +++ b/test/CodeGen/2010-07-08-DeclDebugLineNo.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -O0 -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s // Insure that dbg.declare lines for locals refer to correct line number records. // Radar 8152866. void foo() { |