Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugh Bellamy <hughbellars@gmail.com>2017-07-03 19:27:30 +0300
committerTarek Mahmoud Sayed <tarekms@microsoft.com>2017-07-03 19:27:30 +0300
commit7e3b0db2892c56a431f8e99af9cd9381adec385a (patch)
tree0e635521cb354a3436c67bdc8a5bbf20cd3d9b99 /src/System.IO
parentee9e93238133115db669885e53353ee2e72bd195 (diff)
Move AssertExtensions to Corefx.Private.TestUtilities (#21799)
* Move AssertExtensions to Corefx.Private.TestUtilities * Update csprojs * Fix Linq.Expressions uapaot build
Diffstat (limited to 'src/System.IO')
-rw-r--r--src/System.IO/tests/System.IO.Tests.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.IO/tests/System.IO.Tests.csproj b/src/System.IO/tests/System.IO.Tests.csproj
index 2c72f0b882..3575604eb4 100644
--- a/src/System.IO/tests/System.IO.Tests.csproj
+++ b/src/System.IO/tests/System.IO.Tests.csproj
@@ -47,9 +47,6 @@
<Compile Include="Stream\Stream.TimeoutTests.cs" />
<Compile Include="StringReader\StringReader.CtorTests.cs" />
<Compile Include="StringWriter\StringWriterTests.cs" />
- <Compile Include="$(CommonTestPath)\System\AssertExtensions.cs">
- <Link>Common\System\AssertExtensions.cs</Link>
- </Compile>
<Compile Include="$(CommonTestPath)\System\IO\CallTrackingStream.cs">
<Link>Common\System\IO\CallTrackingStream.cs</Link>
</Compile>