summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py')
-rw-r--r--gnu/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py b/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py
deleted file mode 100644
index 9463251d823..00000000000
--- a/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-
-
-sys.stderr.write("a line on stderr\n")
-sys.stderr.flush()