aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/linetable-endscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/linetable-endscope.c')
-rw-r--r--test/CodeGen/linetable-endscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/linetable-endscope.c b/test/CodeGen/linetable-endscope.c
index 961eaec7dece..6eefbea2fc66 100644
--- a/test/CodeGen/linetable-endscope.c
+++ b/test/CodeGen/linetable-endscope.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
// Check the line numbers for the ret instruction. We expect it to be
// at the closing of the lexical scope in this case. See the comments in