Skip to content

Commit

Permalink
Fix jsi test compilation under gtest 1.10
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal] - Fix test compilation with gtest 1.10

Reviewed By: jiawei-lyu

Differential Revision: D35058207

fbshipit-source-id: 2cbcfad00992fee646d3c2d701af9ebdfb7b4f2e
  • Loading branch information
Joachim Reiersen authored and facebook-github-bot committed Mar 22, 2022
1 parent 8a5460c commit 12a3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/jsi/jsi/test/testlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ TEST_P(JSITest, MultilevelDecoratedHostObject) {
EXPECT_EQ(1, RD2::numGets);
}

INSTANTIATE_TEST_CASE_P(
INSTANTIATE_TEST_SUITE_P(
Runtimes,
JSITest,
::testing::ValuesIn(runtimeGenerators()));

0 comments on commit 12a3254

Please sign in to comment.