srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
dc55d519
ba8deccb
uri: Fix warning about missing size on fuzz test
inline
split
uri/BUILD
added: 2, removed: 1, total 1
@@ -26,6 +26,7 @@ config_setting(
cc_fuzz_test(
name = "uri_fuzz_test",
size = "small",
srcs = ["uri_fuzz_test.cpp"],
target_compatible_with = select({
":is_clang": ["@platforms//os:linux"],