Fix relative path (#33018)
authorAndrew Au <andrewau@microsoft.com>
Mon, 2 Mar 2020 16:26:38 +0000 (08:26 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 16:26:38 +0000 (11:26 -0500)
src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj

index 219f89efd65d4c690addd088a9b50cf04f0d89c4..979d4f2524a70b2d26fb86ab8eb85ed5533f90a8 100644 (file)
@@ -9,7 +9,7 @@
     <Compile Include="largeexceptiontest.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="largeobject.csproj" />
-    <ProjectReference Include="memcheck.csproj" />
+    <ProjectReference Include="../largeobject.csproj" />
+    <ProjectReference Include="../memcheck.csproj" />
   </ItemGroup>
 </Project>