Skip to content

Commit ea2b897

Browse files
authored
[libc++] Remove nonexistent directory from check-generated-output (#111746)
The libcxx/benchmarks directory was moved to libcxx/test/benchmarks, which is already checked by that grep command.
1 parent 8306114 commit ea2b897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ check-generated-output)
238238
# Reject patches that introduce non-ASCII characters or hard tabs.
239239
# Depends on LC_COLLATE set at the top of this script.
240240
set -x
241-
! grep -rn '[^ -~]' libcxx/include libcxx/src libcxx/test libcxx/benchmarks \
241+
! grep -rn '[^ -~]' libcxx/include libcxx/src libcxx/test \
242242
--exclude '*.dat' \
243243
--exclude '*unicode*.cpp' \
244244
--exclude '*print*.sh.cpp' \

0 commit comments

Comments
 (0)