update test/fuzztest/distributedwant_fuzzer/distributedwant_fuzzer.cpp.

Signed-off-by: 师皓杰 <shihaojie10@huawei.com>
This commit is contained in:
师皓杰 2024-07-24 10:22:59 +00:00 committed by Gitee
parent 6988f759d9
commit eafcb3a620
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -170,9 +170,6 @@ bool DoSomethingInterestingWithMyAPI_DistributedWant_005(const char* data, size_
bool boolValue = true;
want->SetParam(key, boolValue);
want->GetBoolParam(key, boolValue);
std::string wantStr = want->ToString();
want->FromString(wantStr);
return true;
}