test: Replace DEBUG_LOG_OUT with -printtoconsole=1

This commit is contained in:
Hodlinator
2026-03-26 14:41:57 +01:00
parent 99f99c989e
commit 261d229455
7 changed files with 1 additions and 23 deletions

View File

@@ -37,8 +37,6 @@
__AFL_FUZZ_INIT();
#endif
const std::function<void(const std::string&)> G_TEST_LOG_FUN{};
/**
* A copy of the command line arguments that start with `--`.
* First `LLVMFuzzerInitialize()` is called, which saves the arguments to `g_args`.