summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-scope-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info-scope-file.c')
-rw-r--r--clang/test/CodeGen/debug-info-scope-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-scope-file.c b/clang/test/CodeGen/debug-info-scope-file.c
index 7bd85fb090c..296ec05826f 100644
--- a/clang/test/CodeGen/debug-info-scope-file.c
+++ b/clang/test/CodeGen/debug-info-scope-file.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -g -emit-llvm < %s | FileCheck %s
+// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm < %s | FileCheck %s
// Check that, just because we emitted a function from a different file doesn't
// mean we insert a file-change inside the next function.
OpenPOWER on IntegriCloud