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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj')
-rw-r--r--src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj
index 657ccd9f4af..5216e69b0d1 100644
--- a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj
+++ b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj
@@ -15,7 +15,6 @@
<Compile Include="System\Runtime\InteropServices\CallingConventionTests.cs" />
<Compile Include="System\Runtime\InteropServices\ClassInterfaceAttributeTests.cs" />
<Compile Include="System\Runtime\InteropServices\NativeMemoryTests.cs" />
- <Compile Include="System\Runtime\InteropServices\NFloatTests.cs" />
<Compile Include="System\Runtime\InteropServices\CULongTests.cs" />
<Compile Include="System\Runtime\InteropServices\CLongTests.cs" />
<Compile Include="System\Runtime\InteropServices\CoClassAttributeTests.cs" />
@@ -149,6 +148,7 @@
<Compile Include="System\Runtime\InteropServices\Marshal\StringMarshalingTests.cs" />
<Compile Include="System\Runtime\InteropServices\Marshal\StructureToPtrTests.cs" />
<Compile Include="System\Runtime\InteropServices\Marshal\UnsafeAddrOfPinnedArrayElementTests.cs" />
+ <Compile Include="System\Runtime\InteropServices\NFloatTests.cs" />
<Compile Include="System\Runtime\InteropServices\ObjectiveC\MessageSendTests.cs" />
<Compile Include="System\Runtime\InteropServices\ObjectiveC\PendingExceptionTests.cs" />
<Compile Include="System\Runtime\InteropServices\ObjectiveC\LibObjC.cs" />