Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a002d7

Browse files
committed
fix casing
1 parent d71a391 commit 2a002d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/Python.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<Compile Include="threadtest.cs" />
9292
<Compile Include="doctest.cs" />
9393
<Compile Include="subclasstest.cs" />
94-
<Compile Include="reprtest.cs" />
94+
<Compile Include="ReprTest.cs" />
9595
</ItemGroup>
9696
<ItemGroup>
9797
<Reference Include="Microsoft.CSharp" />
@@ -112,4 +112,4 @@
112112
<Copy SourceFiles="$(TargetAssembly)" DestinationFolder="$(SolutionDir)\src\tests\fixtures" />
113113
<!--Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" /-->
114114
</Target>
115-
</Project>
115+
</Project>

0 commit comments

Comments
 (0)