Skip to content

Commit d948325

Browse files
committed
fix
1 parent 080f66a commit d948325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/ptc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm ../library/data_structures/seg_tree_uncommon/implicit.hpp || exit 1
1818
rm ../library/data_structures/seg_tree_uncommon/kth_smallest_query.hpp || exit 1
1919
rm ../library/data_structures/uncommon/mode_query.hpp || exit 1
2020
rm ../library/data_structures/uncommon/priority_queue_of_updates.hpp || exit 1
21-
rm ../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp || exit 1
21+
rm ../library/graphs/scc/add_edges_strongly_connected.hpp || exit 1
2222
rm ../library/graphs/functional_graph_processor.hpp || exit 1
2323
rm ../library/math/derangements.hpp || exit 1
2424
rm ../library/math/num_distinct_subsequences.hpp || exit 1

0 commit comments

Comments
 (0)