Skip to content

Commit

Permalink
fix: mac build (#4336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Jan 31, 2024
1 parent c366c6e commit aeb4cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ template <typename AllValues> std::vector<bb::fr> inline convert_to_bn254_frs(co
return fr_vec;
}

} // namespace bb::field_conversion
} // namespace bb::field_conversion
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ class FieldConversionTest : public ::testing::Test {
}
};

/**
* @brief Field conversion test for size_t
*/
TEST_F(FieldConversionTest, FieldConversionSizeT)
{
size_t x = 210849;
check_conversion(x);
}

/**
* @brief Field conversion test for uint32_t
*/
Expand Down Expand Up @@ -140,4 +131,4 @@ TEST_F(FieldConversionTest, FieldConversionUnivariateGrumpkinFr)
check_conversion(x1);
}

} // namespace bb::field_conversion_tests
} // namespace bb::field_conversion_tests

0 comments on commit aeb4cf0

Please sign in to comment.