xref: /llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/dump-config-invalid.cpp (revision 1af159e98c23a293c103e1f548866488126ed6f6)
1 // RUN: clang-tidy --checks="-*,modernize-make-shared" \
2 // RUN:   --config="CheckOptions: { \
3 // RUN:      modernize-make-shared.IncludeStyle: '0' }" \
4 // RUN:   --dump-config -- | FileCheck %s
5 
6 // CHECK: modernize-make-shared.IncludeStyle: llvm
7