Stop treating test files as executable and fix encoding (dotnet/coreclr#11065)
authorYi Zhang (CLR) <yizhang82@users.noreply.github.com>
Wed, 19 Apr 2017 15:37:44 +0000 (08:37 -0700)
committerDan Moseley <danmose@microsoft.com>
Wed, 19 Apr 2017 15:37:44 +0000 (08:37 -0700)
commit95867b10741a3c4425e0da2942886b5693ee91bf
tree22d6adde3fa6129c5d50dfcc0b7ee0d34c9a88ff
parent682e970d2275f7fca21002f22cd5e79a7895e20b
Stop treating test files as executable and fix encoding (dotnet/coreclr#11065)

* change encoding to UTF-8

* change line ending to UNIX

* remove executable attribute

Commit migrated from https://github.com/dotnet/coreclr/commit/e8414af792d6a2082d0cb1c5133344e9af0f2982
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/CMakeLists.txt [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.cs [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTestNative.cpp [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/PinvokeDef.cs [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/CMakeLists.txt [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.cs [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTestNative.cpp [changed mode: 0755->0644]
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTestPInvokeDef.cs [changed mode: 0755->0644]