diff options
Diffstat (limited to 'lib/Fuzzer/test/AccumulateAllocationsTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/AccumulateAllocationsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/AccumulateAllocationsTest.cpp b/lib/Fuzzer/test/AccumulateAllocationsTest.cpp index 604d8fa299ae..e9acd7ccbd30 100644 --- a/lib/Fuzzer/test/AccumulateAllocationsTest.cpp +++ b/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; |