Bump version to 19.1.0git
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / crlf.cpp
blob15ba5b568d02f4806d0643bfaa6babec0a7f6f41
1 // RUN: mkdir -p %T/Inputs/crlf
2 // RUN: cat %S/Inputs/crlf/crlf.cpp > %T/Inputs/crlf/crlf.cpp
3 // RUN: sed "s#\$(path)#%/T/Inputs/crlf#" %S/Inputs/crlf/file1.yaml > %T/Inputs/crlf/file1.yaml
4 // RUN: clang-apply-replacements %T/Inputs/crlf
5 // RUN: diff %T/Inputs/crlf/crlf.cpp %S/Inputs/crlf/crlf.cpp.expected