diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp b/llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp index 604d8fa299a..e9acd7ccbd3 100644 --- a/llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp +++ b/llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp @@ -2,8 +2,8 @@ // License. See LICENSE.TXT for details. // Test with a more mallocs than frees, but no leak. -#include <cstdint> #include <cstddef> +#include <cstdint> const int kAllocatedPointersSize = 10000; int NumAllocatedPointers = 0; |