remove obsolete unittest code specific to handling the case of lammps exceptions disabled
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user