Better coverage for -dump-record-layouts and -print-decl-contexts.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92441 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c
index 182bd4d..bbbc366 100644
--- a/test/Coverage/ast-printing.c
+++ b/test/Coverage/ast-printing.c
@@ -2,5 +2,6 @@
 // RUN: %clang_cc1 -ast-print %s
 // RUN: %clang_cc1 -ast-dump %s
 // RUN: %clang_cc1 -ast-print-xml -o %t %s
+// RUN: %clang_cc1 -print-decl-contexts %s
 
 #include "c-language-features.inc"