diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/scripts/check_lint.sh')
| -rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 8a4c1247fd3..d78fb72f36f 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -68,7 +68,7 @@ LIT_TESTS=${COMPILER_RT}/test SANITIZER_INCLUDES=${COMPILER_RT}/include/sanitizer FUZZER_INCLUDES=${COMPILER_RT}/include/fuzzer run_lint ${SANITIZER_INCLUDES_LINT_FILTER} ${SANITIZER_INCLUDES}/*.h \ - ${FUZZER_INCLUDES}/*.hpp & + ${FUZZER_INCLUDES}/*.h & # Sanitizer_common COMMON_RTL=${COMPILER_RT}/lib/sanitizer_common |

