brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 40c48fd Raw
7 lines · cpp
1// RUN: mkdir -p %t.dir/Inputs/crlf2// RUN: cp %S/Inputs/crlf/crlf.cpp %t.dir/Inputs/crlf/crlf.cpp3// RUN: chmod u+w %t.dir/Inputs/crlf/crlf.cpp4// RUN: sed "s#\$(path)#%/t.dir/Inputs/crlf#" %S/Inputs/crlf/file1.yaml > %t.dir/Inputs/crlf/file1.yaml5// RUN: clang-apply-replacements %t.dir/Inputs/crlf6// RUN: diff %t.dir/Inputs/crlf/crlf.cpp %S/Inputs/crlf/crlf.cpp.expected7