[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_body / empty-stdout.test
blob9ea9c7bc7ac907c306c172dc4507ac8339636404
1 # RUN: cp %s %t && not %update_test_body %t 2>&1 | FileCheck %s
2 # RUN: diff -u %t %s
4 # CHECK: stdout is empty; forgot -o - ?
6 .ifdef GEN
7 #--- a.txt
8 .long 0
9 #--- b.txt
10 .long 1
11 #--- gen
12 true
13 .endif