Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
basic-asm.test
blob: 3e82a3ffab9ace2df70d51854dea44358faccc68 [
file
] [
log
] [
blame
]
# RUN: cp %s %t && %update_test_body %t 2>&1 | count 0
# RUN: diff -u %S/Inputs/basic-asm.test.expected %t
.
ifdef GEN
#--- a.txt
.
long
0
#--- b.txt
.
long
1
#--- gen
cat a
.
txt b
.
txt
.
endif