From 023007b2ef95462653a4a421e00d030cec61a69c Mon Sep 17 00:00:00 2001 From: mratsim Date: Tue, 4 Dec 2018 15:37:37 +0100 Subject: [PATCH] Change to stint_test in property based testing --- tests/property_based.nim | 2 +- tests/property_based_uint256.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/property_based.nim b/tests/property_based.nim index 68f6f18..640c3f3 100644 --- a/tests/property_based.nim +++ b/tests/property_based.nim @@ -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." else: 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)" else: echo "(StUint[64] = uint64)" diff --git a/tests/property_based_uint256.nim b/tests/property_based_uint256.nim index defd118..274ae82 100644 --- a/tests/property_based_uint256.nim +++ b/tests/property_based_uint256.nim @@ -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." else: 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)" else: echo "(StUint[64] = uint64)"