Skip to content

Commit

Permalink
Fix commented out clear-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
teapotd committed Nov 18, 2023
1 parent ec5339e commit 1bd59dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/yosupo/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ FILES=$(find ${@:2} -name '*.cpp' | sort)
cd ..
ROOT=`pwd`

# if [ $BUILD_MODE = "c" ]; then
# ./clear-coverage.sh
# fi
if [ $BUILD_MODE = "c" ]; then
./clear-coverage.sh
fi

for CPP_FILE in $FILES; do
echo
Expand Down

0 comments on commit 1bd59dc

Please sign in to comment.