Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
10ab2ace1359fd96cd662ad235797e29f9ba3daa
/
.
/
compiler-rt
/
test
/
fuzzer
/
strstr.test
blob: c39d5801acdbac4fa3db20a554fa61366e00a6bd [
file
] [
log
] [
blame
]
George Karpenkov
10ab2ac
2017-08-21 23:25:50 +0000
[
diff
] [
blame^
]
1
RUN
:
%
cpp_compiler
%
S
/
StrstrTest
.
cpp
-
o
%
t
-
StrstrTest
2
RUN
:
not
%
t
-
StrstrTest
-
seed
=
1
-
runs
=
2000000
2
>&
1
|
FileCheck
%
s
3
CHECK
:
BINGO
4