summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/ranking.cpp
blob: 13cd789028272620db2dbae0c662599a0e8ef8e9 (plain)
1
2
3
4
5
6
// RUN: clang-include-fixer -db=yaml -input=%S/Inputs/fake_yaml_db.yaml -output-headers %s -- | FileCheck %s -implicit-check-not=.h

// CHECK: "../include/bar.h"
// CHECK-NEXT: "../include/zbar.h"

bar b;
OpenPOWER on IntegriCloud