Stop treating test files as executable and fix encoding (#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)
commite8414af792d6a2082d0cb1c5133344e9af0f2982
tree9e95ef68939b7455003d4408c0f8d65da44064c1
parent1a188d5d122f202bcd6ceb015a282c431fe11158
Stop treating test files as executable and fix encoding (#11065)

* change encoding to UTF-8

* change line ending to UNIX

* remove executable attribute
tests/src/Interop/StringMarshalling/LPSTR/CMakeLists.txt [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.cs [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPSTR/LPSTRTestNative.cpp [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPSTR/PinvokeDef.cs [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPTSTR/CMakeLists.txt [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.cs [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTestNative.cpp [changed mode: 0755->0644]
tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTestPInvokeDef.cs [changed mode: 0755->0644]