Fix HAVE_CXX14/HAVE_CXX17 typo

This looks like a copy/paste error that has mostly gone unnoticed because many compilers lack support for C++17
pull/351/head
Jeffrey Walton 2016-12-17 07:56:37 -05:00
parent 9739ba8afe
commit 716cd1fed9
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -3903,7 +3903,7 @@ fi
############################################
# Release build, Bounds Sanitizer, c++17
if [[ ("$HAVE_CXX14" -ne "0" && "$HAVE_BOUNDS_SAN" -ne "0") ]]; then
if [[ ("$HAVE_CXX17" -ne "0" && "$HAVE_BOUNDS_SAN" -ne "0") ]]; then
echo
echo "************************************" | tee -a "$TEST_RESULTS"
echo "Testing: Release, c++17, Bounds Sanitizer" | tee -a "$TEST_RESULTS"