summaryrefslogtreecommitdiffstats
path: root/o3tl
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/test-lru_map.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3tl/qa/test-lru_map.cxx b/o3tl/qa/test-lru_map.cxx
index f0810084b6c7..5ceec149571c 100644
--- a/o3tl/qa/test-lru_map.cxx
+++ b/o3tl/qa/test-lru_map.cxx
@@ -146,7 +146,7 @@ void lru_map_test::testLruRemoval()
o3tl::lru_map<int, int> lru(5);
CPPUNIT_ASSERT_EQUAL(size_t(0), lru.size());
- // fill up..
+ // fill up...
lru.insert(std::make_pair<int, int>(1, 100));
lru.insert(std::make_pair<int, int>(2, 200));
lru.insert(std::make_pair<int, int>(3, 300));