Skip to content

Commit dec56d7

Browse files
committed
Fix typo: REQUIRED -> REQUIRES
1 parent 6722c4b commit dec56d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/shtest-env-path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Tests env command for setting the PATH variable.
22

33
# The test is using /bin/sh. Limit to system known to have /bin/sh.
4-
# REQUIRED: system-linux
4+
# REQUIRES: system-linux
55

66
# RUN: %{lit} -a -v %{inputs}/shtest-env-path/path.txt \
77
# RUN: | FileCheck -match-full-lines %s

0 commit comments

Comments
 (0)