Accept and ignore -fdebug-types-section for now. This will be used
later with dwarf4 type hashing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184152 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Driver/debug-options.c b/test/Driver/debug-options.c
index aad97d4..fec3f17 100644
--- a/test/Driver/debug-options.c
+++ b/test/Driver/debug-options.c
@@ -21,7 +21,8 @@
// RUN: | FileCheck -check-prefix=GLTO_NO %s
//
// RUN: %clang -### -c -grecord-gcc-switches -gno-record-gcc-switches \
-// RUN: -gstrict-dwarf -gno-strict-dwarf %s 2>&1 \
+// RUN: -gstrict-dwarf -gno-strict-dwarf -fdebug-types-section \
+// RUN: -fno-debug-types-section %s 2>&1 \
// RUN: | FileCheck -check-prefix=GIGNORE %s
//
// G: "-cc1"