diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 15:04:03 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 15:45:56 -0500 |
commit | faa9b88199c382c04e3aaa2b63479f9066ce8f9c (patch) | |
tree | ee3f2134e3ce0529afeece22e6360f8c7d5a074b /src/test/fuzz | |
parent | fa85468cd252f51ad5328272a1bc19b7517e204e (diff) |
fuzz: Link BasicTestingSetup (shared with unit tests)
Diffstat (limited to 'src/test/fuzz')
-rw-r--r-- | src/test/fuzz/fuzz.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/fuzz/fuzz.h b/src/test/fuzz/fuzz.h index ad62a5faf0..8b03a7e46e 100644 --- a/src/test/fuzz/fuzz.h +++ b/src/test/fuzz/fuzz.h @@ -10,8 +10,6 @@ #include <vector> -const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr; - void test_one_input(std::vector<uint8_t> buffer); #endif // BITCOIN_TEST_FUZZ_FUZZ_H |