mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
test: Fix Windows cross build
This commit is contained in:
parent
b401b09355
commit
723eb4326b
2 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,9 @@ FUZZ_TARGET(string)
|
|||
}
|
||||
(void)SanitizeString(random_string_1);
|
||||
(void)SanitizeString(random_string_1, fuzzed_data_provider.ConsumeIntegralInRange<int>(0, 3));
|
||||
#ifndef WIN32
|
||||
(void)ShellEscape(random_string_1);
|
||||
#endif // WIN32
|
||||
int port_out;
|
||||
std::string host_out;
|
||||
SplitHostPort(random_string_1, port_out, host_out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue