Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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