Skip to content

Commit

Permalink
reenable tests i forgot i wrote
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed Jan 11, 2025
1 parent 44a99b2 commit 3066766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axom/sidre/tests/sidre_read_write_userdefined_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ TEST(sidre, OneD_double_MFEMSidreDataCollection_readandwrite)
{
test_MFEMSidreDataCollection_user_defined_data<double, 1>();
}
/*

TEST(sidre, OneD_StateOne_MFEMSidreDataCollection_readandwrite)
{
test_MFEMSidreDataCollection_user_defined_data<StateOne, 1>();
Expand Down Expand Up @@ -681,7 +681,7 @@ TEST(sidre, TwoD_StateTensorLarge_MFEMSidreDataCollection_readandwrite)
{
test_MFEMSidreDataCollection_user_defined_data<StateTensorLarge, 2>();
}
*/

#endif // AXOM_USE_MFEM

//----------------------------------------------------------------------
Expand Down

0 comments on commit 3066766

Please sign in to comment.