summaryrefslogtreecommitdiff
path: root/tests/src/Interop/SizeConst/SizeConstTest.csproj
diff options
context:
space:
mode:
authorvitek-karas <vitek.karas@microsoft.com>2018-09-13 13:32:32 -0700
committervitek-karas <vitek.karas@microsoft.com>2018-09-13 13:32:32 -0700
commit109af65c23873c607b1746c3eede5f203eba3dd3 (patch)
tree277d4c18b7fbd7f582ace3f65f3c80f15a467d3e /tests/src/Interop/SizeConst/SizeConstTest.csproj
parent5699a504640a322935f7f57f3ea627cee494c804 (diff)
downloadcoreclr-109af65c23873c607b1746c3eede5f203eba3dd3.tar.gz
coreclr-109af65c23873c607b1746c3eede5f203eba3dd3.tar.bz2
coreclr-109af65c23873c607b1746c3eede5f203eba3dd3.zip
Move Assert class from Interop into the CoreCLRTestLibrary
Moving the Assert class to the common library so that it can be used by tests outside of the Interop tree.
Diffstat (limited to 'tests/src/Interop/SizeConst/SizeConstTest.csproj')
-rw-r--r--tests/src/Interop/SizeConst/SizeConstTest.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/Interop/SizeConst/SizeConstTest.csproj b/tests/src/Interop/SizeConst/SizeConstTest.csproj
index d8718bd907..fe69dfe260 100644
--- a/tests/src/Interop/SizeConst/SizeConstTest.csproj
+++ b/tests/src/Interop/SizeConst/SizeConstTest.csproj
@@ -27,7 +27,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="SizeConstTest.cs" />
- <Compile Include="..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />