Skip to content

Commit

Permalink
remove old tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash67 committed Apr 1, 2023
1 parent 7e365a2 commit a1f10d6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cpp/src/barretenberg/stdlib/primitives/field/field.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1546,12 +1546,4 @@ TYPED_TEST(stdlib_field, test_array_push_array_to_array)
{
TestFixture::test_push_array_to_array();
}
TYPED_TEST(stdlib_field, test_array_push_array_to_array_full)
{
TestFixture::test_push_array_to_array_full();
}
TYPED_TEST(stdlib_field, test_array_push_array_to_array_non_zero)
{
TestFixture::test_push_array_to_array_non_zero();
}
} // namespace test_stdlib_field

0 comments on commit a1f10d6

Please sign in to comment.