diff options
-rwxr-xr-x | clang-tidy-diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy-diff.sh b/clang-tidy-diff.sh index 4d62d95c6..b6db60947 100755 --- a/clang-tidy-diff.sh +++ b/clang-tidy-diff.sh @@ -1,7 +1,7 @@ #!/bin/bash # In settings in which build directory is different than binaryen/, we don't -# don't have this file in binaryen/, so we skip the test. +# have this file in binaryen/, so we skip the test. if [ ! -f compile_commands.json ] exit 0 fi |