summaryrefslogtreecommitdiff
path: root/tests/src/GC/Scenarios/StringCreator
diff options
context:
space:
mode:
authorJiyoung Giuliana Yun <t2wish@gmail.com>2016-05-20 09:01:53 +0900
committerJan Kotas <jkotas@microsoft.com>2016-05-19 17:01:53 -0700
commitec5f215aff689ff4db698cfc11d9e48691398f67 (patch)
treebdd36858bfe503377850ba28956c81e816131dee /tests/src/GC/Scenarios/StringCreator
parent9d7254efd6d1ef5d7c9aa8583eb1f6cccff6dfbc (diff)
downloadcoreclr-ec5f215aff689ff4db698cfc11d9e48691398f67.tar.gz
coreclr-ec5f215aff689ff4db698cfc11d9e48691398f67.tar.bz2
coreclr-ec5f215aff689ff4db698cfc11d9e48691398f67.zip
Fix case-sensitive issue on Linux (#5086)
Fix #5035 The file paths should be case-sensitive on Linux. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Diffstat (limited to 'tests/src/GC/Scenarios/StringCreator')
-rw-r--r--tests/src/GC/Scenarios/StringCreator/stringcreator.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj b/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj
index 6c2e49c997..4dcf00f22a 100644
--- a/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj
+++ b/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="StringCreator.cs" />
+ <Compile Include="stringcreator.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>