Files
clang-p2996/llvm/utils/lit/tests/Inputs/shtest-glob/example_file2.input
Harini0924 d18ca271f1 Reapply "[llvm-lit] Add precommit test to verify current behavior of glob expansion in lit's internal shell" (#106763) (#107169)
This reverts commit 5af4ba2684.

The previous patch was missing the closing parenthesis `)` in the
`CHECK` statement in the `llvm/utils/lit/tests/shtest-glob.py` file:

`# CHECK: FAIL: shtest-glob :: glob-mkdir.txt ({{[^)]*}}`

This issue broke some build bots. This patch corrects the `CHECK`
statement by adding the closing parenthesis:

`# CHECK: FAIL: shtest-glob :: glob-mkdir.txt ({{[^)]*}})`
2024-09-04 22:34:05 -07:00

3 lines
108 B
Plaintext

## This is the second example file used for testing glob pattern matching.
This is the second example file.