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:
authorMaxwe11 <turin.dmytro@gmail.com>2015-05-11 14:43:30 +0300
committerMaxwe11 <turin.dmytro@gmail.com>2015-05-11 22:53:51 +0300
commitb1c03378592682613a6a7d1e4fc23b405a8cb5f1 (patch)
treec4e1d221aae4c9b6c805ffa3a2d5b4289c0c549a /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parente8edcdd2196d7c9382137459a07cbd2b595fbb0e (diff)
Disable parallelism for System.Collections.NonGeneric tests
Close #1504
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj')
-rw-r--r--src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index 05078b24e1..331fff48d2 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -141,6 +141,7 @@
<Compile Include="Stack\Stack_Contains_obj.cs" />
<Compile Include="Stack\Stack_get_SyncRoot.cs" />
<Compile Include="Stack\Stack_ToArray.cs" />
+ <Compile Include="XunitAssemblyAttributes.cs" />
<Compile Include="$(CommonTestPath)\System\Diagnostics\DebuggerAttributes.cs">
<Link>Common\System\Diagnostics\DebuggerAttributes.cs</Link>
</Compile>