mirror of https://github.com/lammps/lammps.git
remove intentional false positive
This commit is contained in:
parent
4e9b97d5cb
commit
d7d2802061
|
@ -133,6 +133,6 @@ TEST_F(LAMMPS_properties, has_error)
|
|||
char errmsg[1024];
|
||||
int err = f_lammps_get_last_error_message(errmsg, 1023);
|
||||
EXPECT_EQ(err, 1);
|
||||
EXPECT_THAT(errmsg, ContainsRegex(".*ERRORx: Unknown command: this_is_not_a_known_command.*"));
|
||||
EXPECT_THAT(errmsg, ContainsRegex(".*ERROR: Unknown command: this_is_not_a_known_command.*"));
|
||||
};
|
||||
} // namespace LAMMPS_NS
|
||||
|
|
Loading…
Reference in New Issue