Change to stint_test in property based testing

This commit is contained in:
mratsim 2018-12-04 15:37:37 +01:00
parent fa37d957e9
commit 023007b2ef
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ suite "Property-based testing (testing with random inputs) - uint64 on 64-bit /
echo "Testing in release mode with " & $itercount & " random tests for each proc." echo "Testing in release mode with " & $itercount & " random tests for each proc."
else: else:
echo "Testing in debug mode " & $itercount & " random tests for each proc. (StUint[64] = 2x uint32)" echo "Testing in debug mode " & $itercount & " random tests for each proc. (StUint[64] = 2x uint32)"
when defined(mpint_test): when defined(stint_test):
echo "(StUint[64] = 2x uint32)" echo "(StUint[64] = 2x uint32)"
else: else:
echo "(StUint[64] = uint64)" echo "(StUint[64] = uint64)"

View File

@ -20,7 +20,7 @@ suite "Property-based testing (testing with random inputs) of Uint256":
echo "Testing in release mode with " & $itercount & " random tests for each proc." echo "Testing in release mode with " & $itercount & " random tests for each proc."
else: else:
echo "Testing in debug mode " & $itercount & " random tests for each proc. (StUint[64] = 2x uint32)" echo "Testing in debug mode " & $itercount & " random tests for each proc. (StUint[64] = 2x uint32)"
when defined(mpint_test): when defined(stint_test):
echo "(StUint[64] = 2x uint32)" echo "(StUint[64] = 2x uint32)"
else: else:
echo "(StUint[64] = uint64)" echo "(StUint[64] = uint64)"