Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 728793160
  • Loading branch information
xinhaoyuan authored and copybara-github committed Feb 20, 2025
1 parent 1d61720 commit 726327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzztest/internal/googletest_adaptor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void RegisterFuzzTestAsGTest(int* argc, char*** argv, FuzzTest& test,
const Configuration& configuration,
absl::string_view suffix = "") {
auto fixture_factory = [argc, argv, &test,
configuration = configuration]() -> T* {
configuration = configuration]() -> testing::Test* {
return new ::fuzztest::internal::GTest_TestAdaptor(test, argc, argv,
configuration);
};
Expand Down

0 comments on commit 726327a

Please sign in to comment.