Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / clang-tools-extra / test / clang-include-fixer / fixeddb.cpp
blob90068dbfde1e2950ad4bad8246fbac254ae8f9a7
1 // RUN: sed -e 's#//.*$##' %s > %t.cpp
2 // RUN: clang-include-fixer -db=fixed -input='foo= "foo.h","bar.h"' %t.cpp --
3 // RUN: FileCheck %s -input-file=%t.cpp
5 // CHECK: #include "foo.h"
6 // CHECK: foo f;
8 foo f;