Fix path to CoreCLRTestLibrary from SizeConstTest
authorJoseph Tremoulet <jotrem@microsoft.com>
Wed, 29 Mar 2017 20:50:48 +0000 (16:50 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Thu, 30 Mar 2017 00:27:17 +0000 (20:27 -0400)
The reference path had one too many `..`s.

tests/src/Interop/SizeConst/SizeConstTest.csproj

index 6e7cc3a..4c12f32 100644 (file)
@@ -31,7 +31,7 @@
     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\..\..\Common\CoreCLRTestLibrary\CoreCLRTestLibrary.csproj">
+    <ProjectReference Include="..\..\Common\CoreCLRTestLibrary\CoreCLRTestLibrary.csproj">
       <Project>{c8c0dc74-fac4-45b1-81fe-70c4808366e0}</Project>
       <Name>CoreCLRTestLibrary</Name>
     </ProjectReference>