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

source code of clang-tools-extra/test/clang-tidy/infrastructure/dump-config-invalid.cpp