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.Transactions.Local/tests
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.Transactions.Local/tests')
-rw-r--r--src/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj b/src/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj
index abba6dd7cf..097521406a 100644
--- a/src/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj
+++ b/src/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj
@@ -18,9 +18,6 @@
<Compile Include="HelperFunctions.cs" />
<Compile Include="TestEnlistments.cs" />
<Compile Include="TransactionTracingEventListener.cs" />
- <Compile Include="$(CommonTestPath)\System\AssertExtensions.cs">
- <Link>Common\System\AssertExtensions.cs</Link>
- </Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />