Skip to content

Commit

Permalink
try fix gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Oct 11, 2024
1 parent 318ff22 commit ab6bf26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/substrait/textplan/tests/RoundtripTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ std::vector<std::string> getTestCases() {
return filenames;
}

GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(RoundTripBinaryToTextFixture);

TEST_P(RoundTripBinaryToTextFixture, RoundTrip) {
auto filename = GetParam();
auto jsonOrError = readFromFile(filename);
Expand Down

0 comments on commit ab6bf26

Please sign in to comment.