diff options
Diffstat (limited to 'test/support/controlled_allocators.hpp')
-rw-r--r-- | test/support/controlled_allocators.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/controlled_allocators.hpp b/test/support/controlled_allocators.hpp index 280aaa564c697..f0d615c35fa9f 100644 --- a/test/support/controlled_allocators.hpp +++ b/test/support/controlled_allocators.hpp @@ -26,7 +26,7 @@ struct AllocController; // 'AllocController' is a concrete type that instruments and controls the - // behavior of of test allocators. + // behavior of test allocators. template <class T, size_t ID = 0> class CountingAllocator; |