From afe393706c64d10be8db9fe1b6c0e138cb8356ec Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 20 Jul 2024 23:32:19 -0400 Subject: [PATCH] repair death test --- unittest/formats/test_molecule_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/formats/test_molecule_file.cpp b/unittest/formats/test_molecule_file.cpp index 82d3b022fd..11b10e856d 100644 --- a/unittest/formats/test_molecule_file.cpp +++ b/unittest/formats/test_molecule_file.cpp @@ -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"););