Make test more lenient for custom clang version strings
[llvm-project.git] / clang-tools-extra / test / clang-include-fixer / yaml_fuzzy.cpp
blob9a3daacb8250663067662fb5def452f6e2821d26
1 // RUN: sed -e 's#//.*$##' %s > %t.cpp
2 // RUN: clang-include-fixer -db=fuzzyYaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --
3 // RUN: FileCheck %s -input-file=%t.cpp
5 // clang-include-fixer will add the include, but doesn't complete the symbol.
6 // CHECK: #include "foobar.h"
7 // CHECK: fba f;
9 b::a::fba f;