Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Dec 30, 2023
1 parent 07c9865 commit ad6cd4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/task4_basic.fc
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ const int infinity_price = (1 << infinity_shift) - 1;
(_, int is_visited) = visited.udict_get?(vkeylen, xy');
ifnot (is_visited) {
pr += xy';
;; TODO: TEST REMOVE
if (pr < infinity_price) {
to_visit~udict_delete?(key_len, pr);
}
to_visit~udict_set(key_len, pr', empty);
}
}
Expand Down

0 comments on commit ad6cd4c

Please sign in to comment.