aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/version.py
blob: 1d5e152ddd3b2fbb46f9c7b763b7c21e7c2fe179 (plain)
1
2
3
4
5
# Basic sanity check that --version works.
#
# RUN: %{lit} --version 2>&1 | FileCheck %s
#
# CHECK: lit {{[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9]*}}