summaryrefslogtreecommitdiff
path: root/test/math/primitiveRoot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/primitiveRoot.cpp')
-rw-r--r--test/math/primitiveRoot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/primitiveRoot.cpp b/test/math/primitiveRoot.cpp
index cd0b388..6ad7429 100644
--- a/test/math/primitiveRoot.cpp
+++ b/test/math/primitiveRoot.cpp
@@ -63,7 +63,7 @@ void stress_test2() {
map<ll, int> facts;
factor(x, facts);
if (x % 2 == 0) facts.erase(facts.find(2));
- bool expected = sz(facts) == 1;
+ bool expected = ssize(facts) == 1;
if (x % 4 == 0) expected = false;
if (x == 2 || x == 4) expected = true;