Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71a391 commit 2a002d7Copy full SHA for 2a002d7
src/testing/Python.Test.csproj
@@ -91,7 +91,7 @@
91
<Compile Include="threadtest.cs" />
92
<Compile Include="doctest.cs" />
93
<Compile Include="subclasstest.cs" />
94
- <Compile Include="reprtest.cs" />
+ <Compile Include="ReprTest.cs" />
95
</ItemGroup>
96
<ItemGroup>
97
<Reference Include="Microsoft.CSharp" />
@@ -112,4 +112,4 @@
112
<Copy SourceFiles="$(TargetAssembly)" DestinationFolder="$(SolutionDir)\src\tests\fixtures" />
113
<!--Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" /-->
114
</Target>
115
-</Project>
+</Project>
0 commit comments