Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
empty-stdout.test
blob: 9ea9c7bc7ac907c306c172dc4507ac8339636404 [
file
] [
log
] [
blame
]
# RUN: cp %s %t && not %update_test_body %t 2>&1 | FileCheck %s
# RUN: diff -u %t %s
# CHECK: stdout is empty; forgot -o - ?
.
ifdef GEN
#--- a.txt
.
long
0
#--- b.txt
.
long
1
#--- gen
true
.
endif