Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
6c1c9cfc656cb2bb9e5902a0c184ae9b6141f977
/
.
/
utils
/
lit
/
ExampleTests
/
TclTest
/
tcl-redir-1.ll
blob: 61240ba45941b70136c5996b47dc0c668bfa4ce9 [
file
] [
log
] [
blame
]
Daniel Dunbar
6c1c9cf
2009-11-10 02:41:17 +0000
[
diff
] [
blame^
]
1
; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
2
; RUN: not grep 'hi' %t.1
3
; RUN: grep 'hello' %t.2
4
5
6
7