mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-20 05:11:20 +00:00
Resolved bug in kMaxValue in SerializationTest for toml_fuzzer (#215)
This commit is contained in:
parent
b19649478c
commit
d8fa9a1fdd
@ -9,7 +9,7 @@ enum class SerializationTest
|
||||
JSON,
|
||||
YAML,
|
||||
TOML,
|
||||
kMaxValue = YAML
|
||||
kMaxValue = TOML
|
||||
};
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const std::uint8_t* data, const std::size_t size)
|
||||
|
Loading…
Reference in New Issue
Block a user