summaryrefslogtreecommitdiff
path: root/runtime/base/hash_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/hash_set.h')
-rw-r--r--runtime/base/hash_set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/base/hash_set.h b/runtime/base/hash_set.h
index f24a8625b4..a22efcfe32 100644
--- a/runtime/base/hash_set.h
+++ b/runtime/base/hash_set.h
@@ -672,6 +672,8 @@ class HashSet {
T* data_; // Backing storage.
double min_load_factor_;
double max_load_factor_;
+
+ ART_FRIEND_TEST(InternTableTest, CrossHash);
};
template <class T, class EmptyFn, class HashFn, class Pred, class Alloc>