brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 035da88 Raw
10 lines · plain
1# Simple uses of '!'2 3# RUN: ! %{python} fail.py4# RUN: ! ! %{python} pass.py5# RUN: ! ! ! %{python} fail.py6# RUN: ! ! ! ! %{python} pass.py7 8# pass.py succeeds but we expect failure9# RUN: ! %{python} pass.py10