summaryrefslogtreecommitdiff
path: root/test/math/binomial3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/binomial3.cpp')
-rw-r--r--test/math/binomial3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/binomial3.cpp b/test/math/binomial3.cpp
index 4a99689..c4791d0 100644
--- a/test/math/binomial3.cpp
+++ b/test/math/binomial3.cpp
@@ -15,7 +15,7 @@ void stress_test() {
ll expected = last[j];
if (got != expected) cerr << "calc_binom(" << i << ", " << j << "), got: " << got << ", expected: " << expected << FAIL;
}
- queries += sz(last);
+ queries += ssize(last);
last.push_back(1);
for (ll j = i; j > 0; j--) {