Commit 389a1d10 authored by Jakub Pawlik's avatar Jakub Pawlik

rename of the TakeWhileRangeTest file

parent 24603de1
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<ClCompile Include="TakeRangeTest.cpp" /> <ClCompile Include="TakeRangeTest.cpp" />
<ClCompile Include="BytesRangeTest.cpp" /> <ClCompile Include="BytesRangeTest.cpp" />
<ClCompile Include="BitsRangeTest.cpp" /> <ClCompile Include="BitsRangeTest.cpp" />
<ClCompile Include="TakeWhileRange.cpp" /> <ClCompile Include="TakeWhileRangeTest.cpp" />
<ClCompile Include="ToDequeTest.cpp" /> <ClCompile Include="ToDequeTest.cpp" />
<ClCompile Include="ToListTest.cpp" /> <ClCompile Include="ToListTest.cpp" />
<ClCompile Include="LinqTest.cpp" /> <ClCompile Include="LinqTest.cpp" />
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<ClCompile Include="SpeedTest.cpp"> <ClCompile Include="SpeedTest.cpp">
<Filter>Test Files</Filter> <Filter>Test Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="TakeWhileRange.cpp"> <ClCompile Include="TakeWhileRangeTest.cpp">
<Filter>Test Files\Ranges</Filter> <Filter>Test Files\Ranges</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment