diff options
Diffstat (limited to 'llvm/unittests/Support/AllocatorTest.cpp')
| -rw-r--r-- | llvm/unittests/Support/AllocatorTest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/AllocatorTest.cpp b/llvm/unittests/Support/AllocatorTest.cpp index 1069e43..2337f34 100644 --- a/llvm/unittests/Support/AllocatorTest.cpp +++ b/llvm/unittests/Support/AllocatorTest.cpp @@ -235,7 +235,7 @@ class MockSlabAllocator {    static size_t LastSlabSize;  public: -  ~MockSlabAllocator() { } +  ~MockSlabAllocator() = default;    void *Allocate(size_t Size, size_t /*Alignment*/) {      // Allocate space for the alignment, the slab, and a void* that goes right  | 
