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] Fix warnings
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
gen-fail.test
blob
7e1a9365df14bb4e7f270d47ca323a90b906aad7
1
# RUN: cp %s %t && not %update_test_body %t 2>&1 | FileCheck %s
2
3
# CHECK: log
4
# CHECK-NEXT: 'gen' failed
5
6
.ifdef GEN
7
#--- gen
8
echo log >&2
9
false # gen fails due to sh -e
10
true
11
.endif