Sign in
llvm
/
llvm-project
/
c9f03b8c6ece968a6a413f5ea3a33e23f0aed5ef
/
.
/
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