t/strided: check_result() has no return value
authorVincent Fu <vincent.fu@samsung.com>
Fri, 29 Dec 2023 03:12:47 +0000 (22:12 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 29 Dec 2023 03:19:44 +0000 (22:19 -0500)
commit06c40418f97811092c0aece1760487400bcdd506
tree68a19d18bc0f56e743ada98707136f0f5950310d
parentf4c55efe562b1dacc4c260c25300fe29081bba67
t/strided: check_result() has no return value

check_result() erroneously returned True or False. Drop the return value
to be consistent with the parent and related classes.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/strided.py