File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ cc_library(
624
624
":serialization" ,
625
625
":status" ,
626
626
"@com_google_absl//absl/base:core_headers" ,
627
+ "@com_google_absl//absl/flags:reflection" ,
627
628
"@com_google_absl//absl/functional:any_invocable" ,
628
629
"@com_google_absl//absl/functional:bind_front" ,
629
630
"@com_google_absl//absl/functional:function_ref" ,
Original file line number Diff line number Diff line change 38
38
#include < utility>
39
39
#include < vector>
40
40
41
+ #include " absl/flags/reflection.h"
41
42
#include " absl/functional/bind_front.h"
42
43
#include " absl/functional/function_ref.h"
43
44
#include " absl/log/check.h"
@@ -1134,6 +1135,7 @@ FuzzTestFuzzerImpl::RunResult FuzzTestFuzzerImpl::RunOneInput(
1134
1135
runtime_.SetSkippingRequested (false );
1135
1136
fixture_driver_->SetUpIteration ();
1136
1137
if (!runtime_.skipping_requested ()) {
1138
+ absl::FlagSaver flags;
1137
1139
fixture_driver_->Test (std::move (untyped_args));
1138
1140
}
1139
1141
fixture_driver_->TearDownIteration ();
You can’t perform that action at this time.
0 commit comments