diff --git a/tests.sh b/tests.sh index 2f453bdc80..a8fc51e908 100755 --- a/tests.sh +++ b/tests.sh @@ -44,7 +44,7 @@ build_cpp_tcmalloc() { PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ check cd src - PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=draconian ./protobuf-test + PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test } build_cpp_distcheck() {