summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py
blob: 9463251d823ab21766a3a816546b85c7000c4254 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

import sys


sys.stderr.write("a line on stderr\n")
sys.stderr.flush()
OpenPOWER on IntegriCloud