diff options
author | Louis Dionne <ldionne@apple.com> | 2019-10-23 10:40:15 -0700 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-10-23 11:19:19 -0700 |
commit | 6b77ebdc919d9212f50fd353b1da0d84d3815bf3 (patch) | |
tree | 812aad93c9f6fb083eecfb6fc1f4d668b2112dec /libcxx/fuzzing/fuzz_test.cpp | |
parent | 684ebc605e0b7f8782e634e1bb3621a9b0ec674f (diff) | |
download | bcm5719-llvm-6b77ebdc919d9212f50fd353b1da0d84d3815bf3.tar.gz bcm5719-llvm-6b77ebdc919d9212f50fd353b1da0d84d3815bf3.zip |
[NFC] Strip trailing whitespace from libc++
Diffstat (limited to 'libcxx/fuzzing/fuzz_test.cpp')
-rw-r--r-- | libcxx/fuzzing/fuzz_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/fuzzing/fuzz_test.cpp b/libcxx/fuzzing/fuzz_test.cpp index 9fa6f433404..508c3b65f2d 100644 --- a/libcxx/fuzzing/fuzz_test.cpp +++ b/libcxx/fuzzing/fuzz_test.cpp @@ -155,7 +155,7 @@ void test_one(const char *filename, FuzzProc fp) std::cout << "Execution time: " << std::chrono::duration_cast<std::chrono::milliseconds>(finish_time - start_time).count() << " milliseconds" << std::endl; - std::cout << "Memory: " + std::cout << "Memory: " << mc.totalBytesAllocated << " bytes allocated (" << mc.totalAllocationCount << " allocations); " << mc.netAllocationCount << " allocations remain" << std::endl; |