repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
empty-stdout.test
blob
9ea9c7bc7ac907c306c172dc4507ac8339636404
1
# RUN: cp %s %t && not %update_test_body %t 2>&1 | FileCheck %s
2
# RUN: diff -u %t %s
3
4
# CHECK: stdout is empty; forgot -o - ?
5
6
.ifdef GEN
7
#--- a.txt
8
.long 0
9
#--- b.txt
10
.long 1
11
#--- gen
12
true
13
.endif