diff --git a/tcmalloc/huge_allocator.cc b/tcmalloc/huge_allocator.cc index d7d090c28..a0e28c896 100644 --- a/tcmalloc/huge_allocator.cc +++ b/tcmalloc/huge_allocator.cc @@ -26,6 +26,8 @@ GOOGLE_MALLOC_SECTION_BEGIN namespace tcmalloc { namespace tcmalloc_internal { +#error "This is a test" + void HugeAllocator::Print(Printer& out) { out.printf("HugeAllocator: contiguous, unbacked hugepage(s)\n"); free_.Print(out);