Skip to content

Commit 623b8e3

Browse files
authored
Fix the ParallelCrash test (#113770)
My recent change has broken this test. For some reason, the TestLibrary project needs to be referenced from the parent process csproj as well, otherwise the TestLibrary won't end up in the test directory. Close #113763
1 parent 44c08b8 commit 623b8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/baseservices/exceptions/simple/ParallelCrashTester.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Compile Include="ParallelCrashTester.cs" />
1313
</ItemGroup>
1414
<ItemGroup>
15+
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
1516
<ProjectReference Include="ParallelCrash.csproj">
1617
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
1718
<OutputItemType>Content</OutputItemType>

0 commit comments

Comments
 (0)