summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-include-fixer/yamldb.cpp
blob: d17b41472b23fb63f5f5533780a8a38538a9d1c3 (plain)
1
2
3
4
5
6
7
8
// RUN: sed -e 's#//.*$##' %s > %t.cpp
// RUN: clang-include-fixer -db=yaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --
// RUN: FileCheck %s -input-file=%t.cpp

// CHECK: #include "foo.h"
// CHECK: b::a::foo f;

b::a::foo f;
OpenPOWER on IntegriCloud