mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-03 16:13:07 +00:00
Remove unecessary sort in test
This commit is contained in:
parent
079ccd92b1
commit
b621d09b58
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ namespace MWGui
|
|||
TEST(MWGuiWeightedSearchTests, generatePatternArrayBasicSplittingTest)
|
||||
{
|
||||
std::vector<std::string> expected = { "x", "y", "z" };
|
||||
std::sort(expected.begin(), expected.end());
|
||||
|
||||
std::vector<std::string> output1 = generatePatternArray(std::string("x y z"));
|
||||
std::sort(output1.begin(), output1.end());
|
||||
|
|
|
|||
Loading…
Reference in a new issue