Update tensorflow/security/fuzzing/status_group_fuzz.cc

This commit is contained in:
Mihai Maruseac 2020-06-19 17:22:51 +00:00 committed by GitHub
parent 40b9713f64
commit f1f5ed6859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
// Ignore warnings that these values are unused
sg.as_summary_status().IgnoreError();
sg.as_concatenated_status().IgnoreError();
sg.AttachLogMessages().IgnoreError();
sg.AttachLogMessages();
return 0;
}