@@ -12,7 +12,7 @@ int main() {
for(int i = 0; i < 10000; i++) {
map_put(map, i, i + 1);
}
for(int i = 1; i < 10000; i++) {
assert(map_get(map, i) == i + 1);
The note is not visible to the blocked user.