repair death test

This commit is contained in:
Axel Kohlmeyer
2024-07-20 23:32:19 -04:00
parent 382b738092
commit afe393706c

View File

@ -191,7 +191,7 @@ TEST_F(MoleculeFileTest, badargs)
TEST_F(MoleculeFileTest, noatom)
{
TEST_FAILURE(".*ERROR: Molecule file must define either atoms or points.*",
TEST_FAILURE(".*ERROR: Molecule file must define either atoms or lines or triangles.*",
run_mol_cmd(test_name, "",
"Comment\n0 atoms\n1 bonds\n\n"
" Coords\n\nBonds\n\n 1 1 2\n"););