From 3e0742f5e7c2a935cda7423aab26cf39dce8d594 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 24 Jun 2023 02:58:05 -0400 Subject: [PATCH] Update comments in cryptest.sh --- TestScripts/cryptest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh index f1ed2191..8b40f57b 100755 --- a/TestScripts/cryptest.sh +++ b/TestScripts/cryptest.sh @@ -1260,6 +1260,7 @@ fi ############################################ # C++ std::min and std::max # This is due to Windows.h and NOMINMAX. Linux test fine, while Windows breaks. +# http://support.microsoft.com/en-us/kb/143208 if true; then echo @@ -1267,7 +1268,7 @@ if true; then echo "Testing: C++ std::min and std::max" | tee -a "$TEST_RESULTS" echo - TEST_LIST+=("C++ std::min, std::max") + TEST_LIST+=("C++ std::min and std::max") FAILED=0 # If this fires, then use STDMIN(a,b) or (std::min)(a, b);