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