aboutsummaryrefslogtreecommitdiff
path: root/test/common/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/hashmap.h')
-rw-r--r--test/common/hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/hashmap.h b/test/common/hashmap.h
index acde1da028..8e31f38676 100644
--- a/test/common/hashmap.h
+++ b/test/common/hashmap.h
@@ -95,7 +95,7 @@ class HashMapTestSuite : public CxxTest::TestSuite
container.clear();
TS_ASSERT( container.begin() == container.end() );
}
-
+
void test_hash_map_copy(void) {
Common::HashMap<int, int> map1, container2;
map1[323] = 32;