Skip to content

Commit

Permalink
Update comments in cryptest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Jun 24, 2023
1 parent f156aeb commit 3e0742f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TestScripts/cryptest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1260,14 +1260,15 @@ 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
echo "************************************" | tee -a "$TEST_RESULTS"
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);
Expand Down

0 comments on commit 3e0742f

Please sign in to comment.