Skip to content

Commit ec50285

Browse files
committed
another fix
1 parent b980cb3 commit ec50285

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/scripts/compile_commented_snippets.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ git submodule update
99
# @endcode comments in main
1010

1111
{
12-
echo "#include <bits/stdc++.h>"
13-
echo "using namespace std;"
14-
cat library_checker_aizu_tests/kactl_macros_gcc20.hpp
12+
cat library_checker_aizu_tests/template.hpp
1513
echo "const ll mod = (119 << 23) + 1, root = 62;"
1614
find ../library/ -type f -name "*.hpp" | grep --invert-match --file=.config/.code_snippet_excluded_file_list | sort | sed 's/^/#include "/; s/$/"/' | cpp -std=c17 -nostdinc -C -P | grep --invert-match --extended-regexp "const int mod = |const ll mod = "
1715
echo "int main() {"

0 commit comments

Comments
 (0)