llvm-project/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-calls-external.txt

10 lines
211 B
Plaintext

# Simple uses of '!'
# RUN: ! %{python} fail.py
# RUN: ! ! %{python} pass.py
# RUN: ! ! ! %{python} fail.py
# RUN: ! ! ! ! %{python} pass.py
# pass.py succeeds but we expect failure
# RUN: ! %{python} pass.py