fix warning while building master (#1083)

This commit is contained in:
Victor Vazquez 2020-12-04 16:08:18 -08:00 committed by GitHub
parent ce98087f7e
commit 4cc1754b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,12 +76,10 @@ namespace Azure { namespace Core { namespace Test {
#ifdef RUN_LONG_UNIT_TESTS
{
// Test pool clean routine
std::cout << "Running Connection Pool Cleaner Test. This test takes more than 3 minutes
to "
std::cout << "Running Connection Pool Cleaner Test. This test takes more than 3 minutes to "
"complete."
<< std::endl
<< "Add compiler option -DRUN_LONG_UNIT_TESTS=OFF when building if you want to
"
<< "Add compiler option -DRUN_LONG_UNIT_TESTS=OFF when building if you want to "
"skip this test."
<< std::endl;