diff options
Diffstat (limited to 'test/gtest/stringify.cpp')
-rw-r--r-- | test/gtest/stringify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest/stringify.cpp b/test/gtest/stringify.cpp index 59b7db6e1..3e50c6d4c 100644 --- a/test/gtest/stringify.cpp +++ b/test/gtest/stringify.cpp @@ -266,7 +266,7 @@ TEST_F(StringifyTest, Substrings) { // 10, 11, 6 appears at idx 18 and again at 27 SuffixTree::RepeatedSubstring{3u, (std::vector<unsigned>{23, 34})}, // 11, 6 appears at idx 32, 19 and again at 28 - SuffixTree::RepeatedSubstring{2u, (std::vector<unsigned>{40, 24, 35})}, + SuffixTree::RepeatedSubstring{2u, (std::vector<unsigned>{24, 35, 40})}, // 7, 6 appears at idx 11 and again at 24 SuffixTree::RepeatedSubstring{2u, (std::vector<unsigned>{14, 30})}})); } |