diff options
Diffstat (limited to 'src/testing/util.c')
| -rw-r--r-- | src/testing/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/util.c b/src/testing/util.c index 045aacdf..33e5da89 100644 --- a/src/testing/util.c +++ b/src/testing/util.c @@ -562,7 +562,7 @@ nuts_tran_perf(const char *scheme) NUTS_ASSERT(end >= now); } } - NUTS_ASSERT(end - now > 0); + NUTS_ASSERT(end - now >= 0); NUTS_ASSERT(end - now < 10000); // remove the cost of timing delta -= (end - now); |
