[libc-commits] [PATCH] D82427: [libc] Fix strcmp fuzz test to use one input.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 26 17:20:52 PDT 2020
PaulkaToast accepted this revision.
PaulkaToast added a comment.
This revision is now accepted and ready to land.
Minor nit, looks good otherwise. (:
If you haven't run `git clang-format HEAD~1` before you land the patch.
================
Comment at: libc/fuzzing/string/strcmp_fuzz.cpp:80
+}
\ No newline at end of file
----------------
nit: Add a newline.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82427/new/
https://reviews.llvm.org/D82427
More information about the libc-commits
mailing list