bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-calls-external.txt
2025-02-14 19:21:04 +01:00

9 lines
211 B
Text

# 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