hanchenye-llvm-project/lldb/test/source-manager
Zachary Turner 8f3f7beac4 During source manager test, write back the file using binary mode.
On Windows, opening with "w" opens it as text instead of binary.
This causes translation of newline characters, so that "\n" turns
into "\r\n", which in turn leads to git detecting that the file
has changed and wanting to commit it.

llvm-svn: 226220
2015-01-15 22:53:44 +00:00
..
hidden
Makefile
TestSourceManager.py During source manager test, write back the file using binary mode. 2015-01-15 22:53:44 +00:00
main.c