Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / usage.py
blob77b3573c5375004c9e1d4b6a77f4dda617e48dc8
1 # Basic sanity check for `--help` and `--version` options.
3 # RUN: %{lit} --help | FileCheck %s --check-prefix=HELP
4 # RUN: %{lit} --version 2>&1 | FileCheck %s --check-prefix=VERSION
6 # HELP: usage: lit [-h]
7 # VERSION: lit {{[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9]*}}