diff --git a/compiler-rt/lib/scudo/standalone/tests/primary_test.cpp b/compiler-rt/lib/scudo/standalone/tests/primary_test.cpp --- a/compiler-rt/lib/scudo/standalone/tests/primary_test.cpp +++ b/compiler-rt/lib/scudo/standalone/tests/primary_test.cpp @@ -58,7 +58,8 @@ testPrimary>(); #endif testPrimary>(); - testPrimary>(); + testPrimary>(); } // The 64-bit SizeClassAllocator can be easily OOM'd with small region sizes. @@ -144,7 +145,8 @@ testIteratePrimary>(); #endif testIteratePrimary>(); - testIteratePrimary>(); + testIteratePrimary>(); } static std::mutex Mutex; @@ -205,7 +207,8 @@ testPrimaryThreaded>(); #endif testPrimaryThreaded>(); - testPrimaryThreaded>(); + testPrimaryThreaded>(); } // Through a simple allocation that spans two pages, verify that releaseToOS @@ -236,5 +239,6 @@ testReleaseToOS>(); #endif testReleaseToOS>(); - testReleaseToOS>(); + testReleaseToOS>(); }