Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / clang-tools-extra / test / clang-include-fixer / prefix_variable.cpp
blobb39cdb8d38d758f6b899cf4cf68e9973fb8043a5
1 // RUN: sed -e 's#//.*$##' %s > %t.cpp
2 // RUN: clang-include-fixer -db=yaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --
3 // RUN: FileCheck %s -input-file=%t.cpp
5 // CHECK-NOT: #include
6 // CHECK: doesnotexist f;
8 namespace b {
9 doesnotexist f;