remove obsolete unittest code specific to handling the case of lammps exceptions disabled

This commit is contained in:
Axel Kohlmeyer
2023-04-16 12:34:47 -04:00
parent 98efb19e79
commit 5f4a80d41f
23 changed files with 14 additions and 89 deletions

View File

@ -461,9 +461,6 @@ TEST_F(LibraryProperties, neighlist)
TEST_F(LibraryProperties, has_error)
{
// need errors to throw exceptions to be able to intercept them.
if (!lammps_config_has_exceptions()) GTEST_SKIP();
EXPECT_EQ(lammps_has_error(lmp), 0);
// trigger an error, but hide output