Skip to content

Commit 1d7bbdb

Browse files
committed
fix path
1 parent fe31621 commit 1d7bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/.config/.cppcheck_suppression_list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:58
2121
arrayIndexOutOfBoundsCond:library_checker_aizu_tests/math/linear_prime_sieve.test.cpp:17
2222
negativeContainerIndex:../library/strings/suffix_array/burrows_wheeler.hpp:50
2323
useStlAlgorithm:../kactl/content/numerical/FastFourierTransform.h:53
24-
useStlAlgorithm:../library/graphs/scc/add_edges_strongly_connected.hpp:58
24+
useStlAlgorithm:../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp:58
2525
useStlAlgorithm:../library/math/matrix_related/row_reduce.hpp:28
2626
useStlAlgorithm:../library/math/count_paths/count_paths_triangle.hpp:24
2727
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered_intersection.hpp:10

0 commit comments

Comments
 (0)