mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
- This cleans up the text output of failing tests when run under PY3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188416 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
# Run a command that fails with error on stdout.
|
|
#
|
|
# RUN: echo "line 1: failed test output on stdout"
|
|
# RUN: echo "line 2: failed test output on stdout"
|
|
# RUN: cat "does-not-exist"
|