diff --git a/tests/scripts/ptc.sh b/tests/scripts/ptc.sh index d055c3c9..043538b8 100755 --- a/tests/scripts/ptc.sh +++ b/tests/scripts/ptc.sh @@ -24,7 +24,7 @@ sed --in-place '/^#pragma once$/d' ../library/**/*.hpp # remove //! @file sed --in-place '/^\/\/! @file$/d' ../library/**/*.hpp # remove NOLINTNEXTLINE comments -sed --in-place '/^\/\/NOLINTNEXTLINE(readability-identifier-naming)$/d' ../library/**/*.hpp +sed --in-place '/^\/\/ NOLINTNEXTLINE(readability-identifier-naming)$/d' ../library/**/*.hpp #adds hash code comments chmod +x ../library/contest/hash.sh @@ -32,9 +32,9 @@ for header in ../library/**/*.hpp; do echo "$header" cp "$header" input lines="$(wc -l