Skip to content

Commit 2a3e9d6

Browse files
remove prefix for test filename
1 parent d4c8718 commit 2a3e9d6

File tree

12 files changed

+9
-9
lines changed

12 files changed

+9
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#include "lazy_segment_tree_add_add.cpp"
2-
#include "lazy_segment_tree_binary_search.cpp"
1+
#include "add_add.cpp"
2+
#include "binary_search.cpp"

library/test/sparse_table/all.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#include "sparse_table_max.cpp"
2-
#include "sparse_table_min.cpp"
3-
#include "sparse_table_gcd.cpp"
1+
#include "max.cpp"
2+
#include "min.cpp"
3+
#include "gcd.cpp"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "typical_segment_tree_add.cpp"
2-
#include "typical_segment_tree_max.cpp"
3-
#include "typical_segment_tree_min.cpp"
4-
#include "typical_segment_tree_binary_search.cpp"
1+
#include "add.cpp"
2+
#include "max.cpp"
3+
#include "min.cpp"
4+
#include "binary_search.cpp"

0 commit comments

Comments
 (0)