Consolidate .netcoreapp.cs test files in System.Reflection (#1176)
authorRoman Marusyk <Marusyk@users.noreply.github.com>
Sat, 28 Dec 2019 01:13:15 +0000 (03:13 +0200)
committerJan Kotas <jkotas@microsoft.com>
Sat, 28 Dec 2019 01:13:15 +0000 (17:13 -0800)
commit2ecef0eed6838ffb8053df4354630a26e6a95a11
tree8d1e92e4e476108a4df95cb36a1ce5871273cd0b
parent76b53dbf84374b8be8091f218d2c5841807e9de5
Consolidate .netcoreapp.cs test files in System.Reflection (#1176)

* Consolidate .netcoreapp.cs files because System.Reflection project is no longer cross-compiled

* Move extensions to separate class
src/libraries/System.Reflection/tests/AssemblyTests.cs
src/libraries/System.Reflection/tests/AssemblyTests.netcoreapp.cs [deleted file]
src/libraries/System.Reflection/tests/MemberInfoTests.cs
src/libraries/System.Reflection/tests/MemberInfoTests.netcoreapp.cs [deleted file]
src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
src/libraries/System.Reflection/tests/TypeInfoTests.cs
src/libraries/System.Reflection/tests/TypeInfoTests.netcoreapp.cs [deleted file]