summaryrefslogtreecommitdiff
path: root/test/CodeGen/debug-info-gline-tables-only2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/debug-info-gline-tables-only2.c')
-rw-r--r--test/CodeGen/debug-info-gline-tables-only2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-gline-tables-only2.c b/test/CodeGen/debug-info-gline-tables-only2.c
index da17d41f3b137..8b8fbc2fe00ce 100644
--- a/test/CodeGen/debug-info-gline-tables-only2.c
+++ b/test/CodeGen/debug-info-gline-tables-only2.c
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 %s -debug-info-kind=line-tables-only -S -emit-llvm -o - | FileCheck %s
-// Checks that clang with "-gline-tables-only" emits metadata for
+// RUN: %clang_cc1 %s -debug-info-kind=line-directives-only -S -emit-llvm -o - | FileCheck %s
+// Checks that clang with "-gline-tables-only" or "-gline-directives-only" emits metadata for
// compile unit, subprogram and file.
int main() {