diff options
Diffstat (limited to 'llvm/utils/lit/ExampleTests/TclTest')
-rw-r--r-- | llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg | 5 | ||||
-rw-r--r-- | llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll | 1 | ||||
-rw-r--r-- | llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll | 7 |
3 files changed, 0 insertions, 13 deletions
diff --git a/llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg b/llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg deleted file mode 100644 index 6a37129acdf..00000000000 --- a/llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg +++ /dev/null @@ -1,5 +0,0 @@ -# -*- Python -*- - -config.test_format = lit.formats.TclTest() - -config.suffixes = ['.ll'] diff --git a/llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll b/llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll deleted file mode 100644 index 6c55fe8a0b1..00000000000 --- a/llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll +++ /dev/null @@ -1 +0,0 @@ -; RUN: gcc -### > /dev/null |& grep {gcc version} diff --git a/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll b/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll deleted file mode 100644 index 61240ba4594..00000000000 --- a/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2 -; RUN: not grep 'hi' %t.1 -; RUN: grep 'hello' %t.2 - - - - |