repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
Other
/
FileCheck-space.txt
blob
6bbe5bc05ba750710a431d417b31c330a17a4061
1
RUN: printf "a\nb" | FileCheck %s -check-prefix=TEST1
2
RUN: echo oo | FileCheck %s -check-prefix=TEST2
3
4
Check that CHECK-NEXT without a space after the colon works.
5
TEST1:a
6
TEST1-NEXT:b
7
8
Check that CHECK-NOT without a space after the colon works.
9
TEST2-NOT:foo